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 節點,此特性會回傳符號名稱。

適用於