パラメータの名前を取得します。
シンタックス
'宣言
Protected Overloads Overridable Function GetParameterName( _
ByVal As System.String, _
Optional ByVal As System.Integer _
) As System.String
protected virtual System.string GetParameterName(
System.string ,
System.int
)
パラメータ
- name
- 英語でのパラメータの名前。
- index
- パラメータの位置を示す整数値。
戻り値の型
パラメータのローカライズされた名前。
参照