XmlEntityReference.LocalName 属性
定义
获取节点的本地名称。Gets the local name of the node.
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
属性值
对于 XmlEntityReference
节点,此属性返回引用的实体的名称。For XmlEntityReference
nodes, this property returns the name of the entity referenced.