IXsltContextVariable.VariableType 속성

정의

변수의 XPath(XML Path Language) 형식을 나타내는 XPathResultType을 가져옵니다.

public:
 property System::Xml::XPath::XPathResultType VariableType { System::Xml::XPath::XPathResultType get(); };
public System.Xml.XPath.XPathResultType VariableType { get; }
member this.VariableType : System.Xml.XPath.XPathResultType
Public ReadOnly Property VariableType As XPathResultType

속성 값

XPathResultType

변수의 XPath 형식을 나타내는 XPathResultType입니다.

적용 대상