Freigeben über


StorageProviderStatusUI.ProviderPrimaryCommand Eigenschaft

Definition

Der primäre Befehl, der im Befehlsbereich des Ui-Flyouts für den Speicheranbieterstatus angezeigt wird.

public:
 property IStorageProviderUICommand ^ ProviderPrimaryCommand { IStorageProviderUICommand ^ get(); void set(IStorageProviderUICommand ^ value); };
IStorageProviderUICommand ProviderPrimaryCommand();

void ProviderPrimaryCommand(IStorageProviderUICommand value);
public IStorageProviderUICommand ProviderPrimaryCommand { get; set; }
var iStorageProviderUICommand = storageProviderStatusUI.providerPrimaryCommand;
storageProviderStatusUI.providerPrimaryCommand = iStorageProviderUICommand;
Public Property ProviderPrimaryCommand As IStorageProviderUICommand

Eigenschaftswert

Hinweise

Windows bestimmt, ob die Symboleigenschaft (IStorageProviderStatusUICommandIcon) dieses Befehls angezeigt wird.

Windows kann die Benutzeroberfläche für den Speicheranbieterstatus deaktivieren, wenn weder dieser Befehl noch StorageProviderStatusUI.MoreInfoUI angegeben sind.

Darüber hinaus kann Windows MoreInfoUI.Command- auswählen, um Vorrang vor diesem Befehl zu haben, wenn beide Befehle vorhanden sind.

Gilt für:

Weitere Informationen