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

属性值

String

对于 XmlEntity 节点,此属性返回实体的名称。

适用于