XPathResult.ResultType Vlastnost

Definice

Vrátí typ hodnoty vrácené dotazem 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

Hodnota vlastnosti

XPathResultType

XPathResultType

Jedna z hodnot výčtu Pokud chcete získat skutečný výsledek, použijte odpovídající metodu. Pokud je Numbernapříklad hodnota , použijte metodu GetResultAsNumber() .

Platí pro