XPathResult.ResultType プロパティ

定義

XPath クエリの戻り値の型を返します。

public:
 property System::Xml::XPath::XPathResultType ResultType { System::Xml::XPath::XPathResultType get(); };
public System.Xml.XPath.XPathResultType ResultType { get; }
member this.ResultType : System.Xml.XPath.XPathResultType
Public ReadOnly Property ResultType As XPathResultType

プロパティ値

XPathResultType

XPathResultType

列挙値の 1 つ。 実際の結果を取得するには、対応するメソッドを使用します。 たとえば、値が Number の場合は、GetResultAsNumber() メソッドを使用します。

適用対象