XmlParserContext.DocTypeName プロパティ

定義

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

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

プロパティ値

String

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

注釈

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

適用対象