Condividi tramite


IXsltContextFunction.ArgTypes Proprietà

Definizione

Ottiene i tipi XPath (XML Path Language) forniti per l'elenco di argomenti della funzione. Queste informazioni possono essere utilizzate per individuare la firma della funzione, che consente di distinguere le funzioni in overload.

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

Valore della proprietà

Matrice di XPathResultType che rappresenta i tipi per l'elenco di argomenti della funzione.

Si applica a