StorageProviderStatusUI.ProviderPrimaryCommand Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.