共用方式為


XmlParserContext.SystemId 屬性

定義

取得或設定系統識別碼。

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

屬性值

String

系統識別碼。

備註

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

適用於