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 ノードの場合、このプロパティは表記の名前を返します。

適用対象