共用方式為


XmlSignificantWhitespace.LocalName 屬性

定義

取得節點的區域名稱。

public:
 virtual property System::String ^ LocalName { System::String ^ get(); };
public override string LocalName { get; }
member this.LocalName : string
Public Overrides ReadOnly Property LocalName As String

屬性值

String

對於 XmlSignificantWhitespace 節點,這個屬性傳回 #significant-whitespace

適用於