指定された関数のパラメータ名を取得します。
シンタックス
'宣言
Public Overloads Overridable Function GetParameterName( _
ByVal As Function, _
ByVal As System.Integer, _
ByVal As System.Integer, _
Optional ByVal As System.Integer _
) As System.String
public virtual System.string GetParameterName(
Function ,
System.int ,
System.int ,
System.int
)
パラメータ
- function
- パラメータ名を抽出する関数。
- index
- パラメータの位置を示す整数値。
- argsCount
- 現在渡された引数の総数。
- overload
- 関数のオーバーロードの順序を示す整数値。
戻り値の型
パラメータ名を表す文字列値。
参照