Basic Library for UWP/WinRT XAML
CanExecute メソッド

ユーザー定義のデータ型。
コマンドターゲット。
現在の状態でこの C1Command を実行できるかどうかを決定します。
構文
'宣言
 
Public Function CanExecute( _
   ByVal parameter As System.Object, _
   ByVal target As Windows.UI.Xaml.UIElement _
) As System.Boolean
public System.bool CanExecute( 
   System.object parameter,
   Windows.UI.Xaml.UIElement target
)

パラメータ

parameter
ユーザー定義のデータ型。
target
コマンドターゲット。

戻り値の型

現在のコマンドターゲットに対してコマンドを実行できる場合は true、そうでない場合は false。
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

参照

関連項目

C1Command クラス
C1Command メンバ

Send Feedback