IXsltContextFunction.ArgTypes Vlastnost

Definice

Získá zadané typy jazyka XML Path Language (XPath) pro seznam argumentů funkce. Tyto informace lze použít ke zjištění podpisu funkce, která umožňuje rozlišovat mezi přetíženými funkcemi.

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

Hodnota vlastnosti

XPathResultType[]

Pole XPathResultType představující typy seznamu argumentů funkce.

Platí pro