XDocumentType.PublicId 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定這個文件類型定義 (DTD) 的公用識別項。
public:
property System::String ^ PublicId { System::String ^ get(); void set(System::String ^ value); };
public string PublicId { get; set; }
public string? PublicId { get; set; }
member this.PublicId : string with get, set
Public Property PublicId As String
屬性值
String,包含這個文件類型定義 (DTD) 的公用識別項。
備註
如果 XML 檔使用外部公用 DTD,此屬性將包含外部 DTD 的公用識別碼。