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

适用于