XPathResult.ResultType Eigenschap

Definitie

Retourneert het type van de waarde die wordt geretourneerd door de XPath-query.

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

Waarde van eigenschap

XPathResultType

Een van de opsommingswaarden. Gebruik de bijbehorende methode om het werkelijke resultaat op te halen. Als de waarde bijvoorbeeld is Number, gebruikt u de GetResultAsNumber() methode.

Van toepassing op