Compartir a través de


IXsltContextFunction.ArgTypes Propiedad

Definición

Obtiene los tipos de XPath suministrados para la lista de argumentos de la función. Esta información se puede utilizar para descubrir la firma de la función que permite diferenciar las distintas funciones sobrecargadas.

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()

Valor de propiedad

XPathResultType[]

Matriz de XPathResultType que representa los tipos de la lista de argumentos de la función.

Se aplica a