XmlEntity.LocalName 属性

定义

获取不带有命名空间前缀的节点名称。Gets the name of the node without the namespace prefix.

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 节点,此属性返回实体的名称。For XmlEntity nodes, this property returns the name of the entity.

适用于