'宣言
Public Function CanExecute( _
ByVal As System.Object, _
ByVal As Windows.UI.Xaml.UIElement _
) As System.Boolean
public System.bool CanExecute(
System.object ,
Windows.UI.Xaml.UIElement
)
パラメータ
- parameter
- ユーザー定義のデータ型。
- target
- コマンドターゲット。
戻り値の型
現在のコマンドターゲットに対してコマンドを実行できる場合は true、そうでない場合は false。