ButtonBase.CommandParameterProperty 属性

定义

CommandParameter 依赖属性的标识符。

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

属性值

CommandParameter 依赖属性的标识符。

适用于