XPathResultType É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.
Spécifie le type de retour de l'expression XPath.
public enum class XPathResultType
public enum XPathResultType
type XPathResultType =
Public Enum XPathResultType
- Héritage
Champs
Any | 5 | Un des types de nœuds XPath. |
Boolean | 2 | Valeur Boolean |
Error | 6 | L'expression ne prend pas la valeur du type XPath correct. |
Navigator | 1 | Fragment d'arborescence. |
NodeSet | 3 | Collection de nœuds. |
Number | 0 | Valeur numérique. |
String | 1 | Valeur String. |