XmlDocumentType.SystemId 屬性

定義

取得 DOCTYPE 宣告上的系統識別項 (System Identifier) 的值。

public:
 property System::String ^ SystemId { System::String ^ get(); };
public string? SystemId { get; }
public string SystemId { get; }
member this.SystemId : string
Public ReadOnly Property SystemId As String

屬性值

DOCTYPE 上的系統識別項。 如果沒有系統識別項,就會傳回 null

適用於