다음을 통해 공유


XmlElement.NodeName 속성

정의

특성, 문서 형식, 요소, 엔터티 또는 표기법 노드에 대한 정규화된 이름을 반환합니다. 모든 다른 노드 형식에 대한 고정 문자열을 반환합니다.

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

속성 값

String

Platform::String

winrt::hstring

노드 유형에 따라 달라지는 정규화된 노드 이름입니다.

구현

설명

이 값은 NodeType 속성에 따라 달라집니다. 다음 표에서는 이 종속성에 대해 설명합니다.

노드 형식NodeName
요소tagName
attribute특성 이름
텍스트#text
CDATASection#cdata-section
EntityReference참조된 엔터티의 이름
엔터티엔터티 이름
ProcessingInstruction대상
의견#comment
문서#document
DocumentType문서 형식 이름
DocumentFragment#document-fragment
Notation표기법 이름

적용 대상