Freigeben über


NodeType Enumeration

Definition

Der Typ eines IXmlNode, der von der NodeType-Eigenschaft zurückgegeben wird.

public enum class NodeType
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
enum class NodeType
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
public enum NodeType
var value = Windows.Data.Xml.Dom.NodeType.invalid
Public Enum NodeType
Vererbung
NodeType
Attribute

Windows-Anforderungen

Gerätefamilie
Windows 10 (eingeführt in 10.0.10240.0)
API contract
Windows.Foundation.UniversalApiContract (eingeführt in v1.0)

Felder

AttributeNode 2

Der Knoten ist ein XmlAttribute-Typ .

CommentNode 8

Der Knoten ist ein XmlComment-Typ .

DataSectionNode 4

Der Knoten ist ein XmlCDataSection-Typ .

DocumentFragmentNode 11

Der Knoten ist ein XmlDocumentFragment-Typ .

DocumentNode 9

Der Knoten ist ein XmlDocument-Typ .

DocumentTypeNode 10

Der Knoten ist ein XmlDocumentType-Typ .

ElementNode 1

Der Knoten ist ein XmlElement-Typ .

EntityNode 6

Der Knoten ist ein DtdEntity-Typ .

EntityReferenceNode 5

Der Knoten ist ein XmlEntityReference-Objekt .

Invalid 0

Standardwert. Wird nie von der API verwendet.

NotationNode 12

Der Knoten ist ein DtdNotation-Typ .

ProcessingInstructionNode 7

Der Knoten ist ein XmlProcessingInstruction-Typ .

TextNode 3

Der Knoten ist ein XmlText-Typ .

Gilt für: