バージョン

GetParameter メソッド

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

パラメータ

source
実行するコマンドを定義する CommandSource オブジェクト。

戻り値の型

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