関数の引数の最大数を取得します。この情報を使用すると、オーバーロードされた関数を区別できます。
ReadOnly Property Maxargs As Integer
[C#]
int Maxargs {get;}
[C++]
__property int get_Maxargs();
[JScript]
function get Maxargs() : int;
プロパティ値
関数の引数の最大数。
必要条件
プラットフォーム: 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 名前空間