共用方式為


XmlNotation.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

屬性值

如果是 XmlNotation 節點,這個屬性會傳回標記法的名稱。

適用於