XPathResult.ResultType 属性

定义

返回由 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

属性值

XPathResultType

XPathResultType

枚举值之一。 若要获取实际结果,请使用相应的方法。 例如,如果该值为 Number,请使用 GetResultAsNumber() 方法。

适用于