XPathResult.ResultType Propriedade

Definição

Retorna o tipo do valor retornado pela 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 da propriedade

XPathResultType

XPathResultType

Um dos valores de enumeração. Para obter o resultado real, use o método correspondente. Por exemplo, se o valor for Number, use o GetResultAsNumber() método.

Aplica-se a