XmlDocumentType.PublicId プロパティ

定義

DOCTYPE 宣言のパブリック ID の値を取得します。

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 のパブリック ID。 パブリック ID がない場合は、null が返されます。

適用対象