XmlParserContext.PublicId 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定公用識別碼。
public:
property System::String ^ PublicId { System::String ^ get(); void set(System::String ^ value); };
public string PublicId { get; set; }
member this.PublicId : string with get, set
Public Property PublicId As String
屬性值
公用識別碼。
備註
這個屬性與 DocTypeName 、 SystemId 和 InternalSubset 一起提供所有檔案類型宣告資訊。 它用來尋找和載入必要的 DTD 資訊,以便取得 DTD 中定義的所有預設屬性和實體。