IXsltContextFunction.ArgTypes 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取为函数的参数列表提供的 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 数组,它表示函数的参数列表的类型。