XmlNode.Name 속성

정의

파생 클래스에서 재정의되면 노드의 정규화된 이름을 가져옵니다.

public:
 abstract property System::String ^ Name { System::String ^ get(); };
public abstract string Name { get; }
member this.Name : string
Public MustOverride ReadOnly Property Name As String

속성 값

String

노드의 정규화된 이름입니다. 반환되는 이름은 다음과 같이 노드의 NodeType에 따라 달라집니다.

Type Name
attribute 특성의 정규화된 이름입니다.
CDATA #cdata-section
의견 #comment
문서 #document
DocumentFragment #document-fragment
DocumentType 문서 형식 이름입니다.
요소 요소의 정규화된 이름입니다.
엔터티 엔터티의 이름입니다.
EntityReference 참조된 엔터티의 이름입니다.
Notation 표기법 이름입니다.
ProcessingInstruction 처리 명령의 대상입니다.
텍스트 #text
공백 #whitespace
SignificantWhitespace #significant-whitespace
XmlDeclaration #xml-declaration

적용 대상