Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

XmlNode::Name Property

 

Gets the qualified name of the node, when overridden in a derived class.

Namespace:   System.Xml
Assembly:  System.Xml (in System.Xml.dll)

public:
property String^ Name {
	virtual String^ get() abstract;
}

Property Value

Type: System::String^

The qualified name of the node. The name returned is dependent on the NodeType of the node:

Type

Name

Attribute

The qualified name of the attribute.

CDATA

#cdata-section

Comment

#comment

Document

#document

DocumentFragment

#document-fragment

DocumentType

The document type name.

Element

The qualified name of the element.

Entity

The name of the entity.

EntityReference

The name of the entity referenced.

Notation

The notation name.

ProcessingInstruction

The target of the processing instruction.

Text

#text

Whitespace

#whitespace

SignificantWhitespace

#significant-whitespace

XmlDeclaration

#xml-declaration

Universal Windows Platform
Available since 10
.NET Framework
Available since 1.1
Return to top
Show:
© 2017 Microsoft