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() 메서드를 사용합니다.