XPathResultType 列舉
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
指定 XPath 運算式的傳回型別。
public enum class XPathResultType
public enum XPathResultType
type XPathResultType =
Public Enum XPathResultType
- 繼承
欄位
Any | 5 | 任何 XPath 節點型別。 |
Boolean | 2 | Boolean |
Error | 6 | 這個運算式不會判定為正確的 XPath 型別。 |
Navigator | 1 | 樹狀結構片段。 |
NodeSet | 3 | 節點集合。 |
Number | 0 | 數值。 |
String | 1 | String 值。 |