バージョン

GetParameter メソッド

コマンドを実行するために必要なパラメーターを定義するオブジェクトを返します。
シンタックス
'宣言
 
Protected Overridable Function GetParameter( _
   ByVal source As Infragistics.Controls.CommandSource _
) As Object
protected virtual object GetParameter( 
   Infragistics.Controls.CommandSource source
)

パラメータ

source

戻り値の型

コマンドを完了するために必要なオブジェクト。
参照