IXsltContextFunction::ArgTypes Property

 

Gets the supplied XML Path Language (XPath) types for the function's argument list. This information can be used to discover the signature of the function which allows you to differentiate between overloaded functions.

Namespace:   System.Xml.Xsl
Assembly:  System.Xml (in System.Xml.dll)

property array<XPathResultType>^ ArgTypes {
	array<XPathResultType>^ get();
}

Property Value

Type: array<System.Xml.XPath::XPathResultType>^

An array of XPathResultType representing the types for the function's argument list.

.NET Framework
Available since 1.1
Silverlight
Available since 4.0
Return to top
Show: