XmlDeclaration.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
属性值
对于 XmlDeclaration 节点,本地名称为 xml。For XmlDeclaration nodes, the local name is xml.