XmlDocument.NodeName 屬性

定義

傳回屬性、文件類型、元素、實體或標記法節點的完整名稱。 傳回所有其他節點類型的固定字串。

public:
 property Platform::String ^ NodeName { Platform::String ^ get(); };
winrt::hstring NodeName();
public string NodeName { get; }
var string = xmlDocument.nodeName;
Public ReadOnly Property NodeName As String

屬性值

String

Platform::String

winrt::hstring

限定的節點名稱,視節點類型而有所不同。

實作

適用於