ContentDialog.PrimaryButtonCommandProperty 属性

定义

获取 PrimaryButtonCommand 依赖属性的标识符。

public:
 static property DependencyProperty ^ PrimaryButtonCommandProperty { DependencyProperty ^ get(); };
static DependencyProperty PrimaryButtonCommandProperty();
public static DependencyProperty PrimaryButtonCommandProperty { get; }
var dependencyProperty = ContentDialog.primaryButtonCommandProperty;
Public Shared ReadOnly Property PrimaryButtonCommandProperty As DependencyProperty

属性值

PrimaryButtonCommand 依赖属性的标识符。

适用于