XPathResult.ResultType 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
返回由 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
属性值
枚举值之一。 若要获取实际结果,请使用相应的方法。 例如,如果该值为 Number,请使用 GetResultAsNumber() 方法。