Udostępnij za pośrednictwem


XPathResult.ResultType Właściwość

Definicja

Zwraca typ wartości zwracanej przez zapytanie 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

Wartość właściwości

XPathResultType

XPathResultType

Jedna z wartości wyliczenia. Aby uzyskać rzeczywisty wynik, użyj odpowiedniej metody. Jeśli na przykład wartość to Number, użyj GetResultAsNumber() metody .

Dotyczy