バージョン

ExecuteCommand メソッド

指定した TileCommandType を実行します。
シンタックス
'宣言
 
Public Function ExecuteCommand( _
   ByVal command As TileCommandType, _
   ByVal parameter As Object, _
   ByVal sourceElement As FrameworkElement _
) As Boolean
public bool ExecuteCommand( 
   TileCommandType command,
   object parameter,
   FrameworkElement sourceElement
)

パラメータ

command
実行するコマンド。
parameter
オプション パラメーター。
sourceElement
コマンドのソース。

戻り値の型

コマンドが実行される場合は True、キャンセルされる場合は False。
参照