バージョン

GetParameter メソッド (XamPivotGrid)

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

パラメータ

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

戻り値の型

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