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 节点,此属性返回表示法的名称。

适用于