StorageProviderStatusUI.ProviderPrimaryCommand Property

Definition

The primary command that appears in the commands area of the storage provider status UI flyout.

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

Property Value

Remarks

Windows will determine if the icon property (IStorageProviderStatusUICommandIcon) of this command is displayed.

Windows may choose to disable Storage Provider Status UI if neither this command nor StorageProviderStatusUI.MoreInfoUI are specified.

Additionally, Windows may choose MoreInfoUI.Command to take precedence over this command when both commands are present.

Applies to

See also