XmlParserContext.DocTypeName 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定文件類型宣告的名稱。
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
屬性值
文件類型宣告的名稱。
備註
這個屬性以及 PublicId 、 SystemId 和 InternalSubset 提供所有檔案類型宣告資訊。 它用來尋找並載入必要的 DTD 資訊,以便取得 DTD 中定義的所有預設屬性和實體。