XmlNode.Name Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the qualified name of the node, when overridden in a derived class.
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
Property Value
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 |
Applies to
ทํางานร่วมกับเราใน GitHub
แหล่งที่มาสำหรับเนื้อหานี้สามารถพบได้บน GitHub ซึ่งคุณยังสามารถสร้างและตรวจสอบปัญหาและคำขอดึงข้อมูลได้ สำหรับข้อมูลเพิ่มเติม ให้ดูคู่มือผู้สนับสนุนของเรา