NodeType Énumération
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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
- Héritage
-
NodeType
- Attributs
Configuration requise pour Windows
Famille d’appareils |
Windows 10 (introduit dans 10.0.10240.0)
|
API contract |
Windows.Foundation.UniversalApiContract (introduit dans v1.0)
|
Champs
AttributeNode | 2 | Le nœud est un type XmlAttribute . |
CommentNode | 8 | Le nœud est un type XmlComment . |
DataSectionNode | 4 | Le nœud est un type XmlCDataSection . |
DocumentFragmentNode | 11 | Le nœud est un type XmlDocumentFragment . |
DocumentNode | 9 | Le nœud est un type XmlDocument . |
DocumentTypeNode | 10 | Le nœud est un type XmlDocumentType . |
ElementNode | 1 | Le nœud est un type XmlElement . |
EntityNode | 6 | Le nœud est un type DtdEntity . |
EntityReferenceNode | 5 | Le nœud est un objet XmlEntityReference . |
Invalid | 0 | Valeur par défaut. Jamais utilisé par l’API. |
NotationNode | 12 | Le nœud est un type DtdNotation . |
ProcessingInstructionNode | 7 | Le nœud est un type XmlProcessingInstruction . |
TextNode | 3 | Le nœud est un type XmlText . |