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