共用方式為


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

文件類型宣告的名稱。

備註

這個屬性以及 PublicIdSystemIdInternalSubset 提供所有檔案類型宣告資訊。 它用來尋找並載入必要的 DTD 資訊,以便取得 DTD 中定義的所有預設屬性和實體。

適用於