IXsltContextFunction.ArgTypes 属性

定义

获取为函数的参数列表提供的 XML 路径语言 (XPath) 类型。 该信息可用于发现函数的签名,该签名使您能够区分重载函数。

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 数组,它表示函数的参数列表的类型。

适用于