XPathResult.ResultType プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
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
プロパティ値
列挙値の 1 つ。 実際の結果を取得するには、対応するメソッドを使用します。 たとえば、値が Number の場合は、GetResultAsNumber() メソッドを使用します。