ContentDialog.PrimaryButtonCommandProperty Property

Definition

Gets the identifier of the PrimaryButtonCommand dependency property.

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

Property Value

The identifier of the PrimaryButtonCommand dependency property.

Applies to