다음을 통해 공유


IXsltContextFunction.ArgTypes 속성

정의

함수의 인수 목록에 대한 제공된 XPath(XML Path Language) 형식을 가져옵니다. 이 정보를 사용하면 오버로드 함수를 구별할 수 있도록 하는 함수의 서명을 검색할 수 있습니다.

public:
 property cli::array <System::Xml::XPath::XPathResultType> ^ ArgTypes { cli::array <System::Xml::XPath::XPathResultType> ^ get(); };
public System.Xml.XPath.XPathResultType[] ArgTypes { get; }
member this.ArgTypes : System.Xml.XPath.XPathResultType[]
Public ReadOnly Property ArgTypes As XPathResultType()

속성 값

XPathResultType[]

함수의 인수 목록에 대한 형식을 나타내는 XPathResultType의 배열입니다.

적용 대상