XPathResult.ResultType Propiedad

Definición

Devuelve el tipo del valor devuelto por la consulta 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

Valor de propiedad

XPathResultType

XPathResultType

Uno de los valores de enumeración. Para obtener el resultado real, utilice el método correspondiente. Por ejemplo, si el valor es Number, use el método GetResultAsNumber().

Se aplica a