ContentDialog.PrimaryButtonCommand Eigenschaft

Definition

Ruft den Befehl ab, der aufgerufen werden soll, wenn auf die primäre Schaltfläche getippt wird, oder legt diesen fest.

public:
 property ICommand ^ PrimaryButtonCommand { ICommand ^ get(); void set(ICommand ^ value); };
ICommand PrimaryButtonCommand();

void PrimaryButtonCommand(ICommand value);
public ICommand PrimaryButtonCommand { get; set; }
var iCommand = contentDialog.primaryButtonCommand;
contentDialog.primaryButtonCommand = iCommand;
Public Property PrimaryButtonCommand As ICommand
<ContentDialog PrimaryButtonCommand="commandReference"/>

Eigenschaftswert

Der Befehl, der aufgerufen werden soll, wenn auf die primäre Schaltfläche getippt wird.

Gilt für: