次の方法で共有


IXsltContextFunction.ArgTypes プロパティ

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

ReadOnly Property ArgTypes As XPathResultType ()
[C#]
XPathResultType[] ArgTypes {get;}
[C++]
__property XPathResultType get_ArgTypes();
[JScript]
function get ArgTypes() : XPathResultType[];

プロパティ値

関数の引数リストの型を表す XPathResultType の配列。

必要条件

プラットフォーム: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 ファミリ

参照

IXsltContextFunction インターフェイス | IXsltContextFunction メンバ | System.Xml.Xsl 名前空間