NodeType 枚举

定义

NodeType 属性返回的 IXmlNode 的类型。

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
继承
NodeType
属性

Windows 要求

设备系列
Windows 10 (在 10.0.10240.0 中引入)
API contract
Windows.Foundation.UniversalApiContract (在 v1.0 中引入)

字段

AttributeNode 2

节点是 XmlAttribute 类型。

CommentNode 8

节点是 XmlComment 类型。

DataSectionNode 4

节点是 XmlCDataSection 类型。

DocumentFragmentNode 11

节点是 XmlDocumentFragment 类型。

DocumentNode 9

节点是 XmlDocument 类型。

DocumentTypeNode 10

节点是 XmlDocumentType 类型。

ElementNode 1

节点是 XmlElement 类型。

EntityNode 6

节点是 DtdEntity 类型。

EntityReferenceNode 5

该节点是 一个 XmlEntityReference 对象。

Invalid 0

默认值。 从不由 API 使用。

NotationNode 12

节点是 DtdNotation 类型。

ProcessingInstructionNode 7

节点是 XmlProcessingInstruction 类型。

TextNode 3

节点是 XmlText 类型。

适用于