次の方法で共有


XmlParserContext.DocTypeName プロパティ

ドキュメント型宣言の名前を取得または設定します。

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

プロパティ値

ドキュメント型宣言の名前。

解説

このプロパティを PublicIdSystemId 、および 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 名前空間