XmlDocumentType.PublicId 屬性

定義

取得 DOCTYPE 宣告中公開識別碼的值。

public:
 property System::String ^ PublicId { System::String ^ get(); };
public string? PublicId { get; }
public string PublicId { get; }
member this.PublicId : string
Public ReadOnly Property PublicId As String

屬性值

DOCTYPE 上的公開識別碼。 若無公開識別碼, null 則回傳。

適用於