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

属性值

对于 XmlDocumentFragment 节点,本地名称为 #document-fragment

适用于