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

适用于