次の方法で共有


XmlParserContext.PublicId プロパティ

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

Public Property PublicId As String
[C#]
public string PublicId {get; set;}
[C++]
public: __property String* get_PublicId();public: __property void set_PublicId(String*);
[JScript]
public function get PublicId() : String;public function set PublicId(String);

プロパティ値

パブリック識別子。

解説

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

必要条件

プラットフォーム: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 ファミリ, .NET Compact Framework - Windows CE .NET, Common Language Infrastructure (CLI) Standard

参照

XmlParserContext クラス | XmlParserContext メンバ | System.Xml 名前空間