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

적용 대상