ContentDialog.CloseButtonCommandProperty 属性

定义

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

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

属性值

CloseButtonCommand 依赖属性的标识符。

适用于