XPathResultType 列舉

定義

指定 XPath 運算式的傳回型別。

public enum class XPathResultType
public enum XPathResultType
type XPathResultType = 
Public Enum XPathResultType
繼承
XPathResultType

欄位

Any 5

任何 XPath 節點型別。

Boolean 2

Booleantruefalse 值。

Error 6

這個運算式不會判定為正確的 XPath 型別。

Navigator 1

樹狀結構片段。

NodeSet 3

節點集合。

Number 0

數值。

String 1

String 值。

適用於

另請參閱