次の方法で共有


IXsltContextFunction.ArgTypes プロパティ

定義

関数の引数リストに対して指定されている XPath (XML Path Language) 型を取得します。 この情報を使用すると、オーバーロードされた関数を区別するための関数のシグネチャを検出できます。

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 の配列。

適用対象