IXsltContextFunction.ArgTypes プロパティ

定義

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

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

適用対象