ButtonBase.CommandProperty プロパティ

定義

Command 依存関係プロパティの識別子。

public:
 static property DependencyProperty ^ CommandProperty { DependencyProperty ^ get(); };
static DependencyProperty CommandProperty();
public static DependencyProperty CommandProperty { get; }
var dependencyProperty = ButtonBase.commandProperty;
Public Shared ReadOnly Property CommandProperty As DependencyProperty

プロパティ値

Command 依存関係プロパティの識別子。

適用対象