Aracılığıyla paylaş


XPathResult.ResultType Özellik

Tanım

XPath sorgusu tarafından döndürülen değerin türünü döndürür.

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

Özellik Değeri

XPathResultType

XPathResultType

Sabit listesi değerlerinden biri. Gerçek sonucu almak için ilgili yöntemi kullanın. Örneğin, değer ise Numberyöntemini kullanın GetResultAsNumber() .

Şunlara uygulanır