共用方式為


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

屬性值

String

DOCTYPE 上的公用識別項。 如果沒有公用識別項,則會傳回 null

適用於