XmlParserContext.PublicId プロパティ

定義

パブリック識別子を取得または設定します。

public:
 property System::String ^ PublicId { System::String ^ get(); void set(System::String ^ value); };
public string PublicId { get; set; }
member this.PublicId : string with get, set
Public Property PublicId As String

プロパティ値

パブリック識別子。

注釈

このプロパティは、および とInternalSubsetDocTypeNameSystemIdに、すべてのドキュメント型宣言情報を提供します。 DTD で定義されているすべての既定の属性とエンティティを取得できるように、必要な DTD 情報を検索して読み込むのに使用されます。

適用対象