StorageProviderMoreInfoUI.Command 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 MoreInfoUI section's command.
public:
property IStorageProviderUICommand ^ Command { IStorageProviderUICommand ^ get(); void set(IStorageProviderUICommand ^ value); };
IStorageProviderUICommand Command();
void Command(IStorageProviderUICommand value);
public IStorageProviderUICommand Command { get; set; }
var iStorageProviderUICommand = storageProviderMoreInfoUI.command;
storageProviderMoreInfoUI.command = iStorageProviderUICommand;
Public Property Command As IStorageProviderUICommand
Property Value
Remarks
When the user's display settings are standard (e.g., no high contrast theme is currently applied), this button uses the user's accent color.
Windows may choose to disable Storage Provider Status UI if neither this command nor ProviderPrimaryCommand are specified.
Additionally, Windows may choose this command to take precedence over ProviderPrimaryCommand when both commands are present.
Applies to
See also
- <xref:Windows.Storage.Provider.StorageProviderStatusUI.MoreInfoUI%0aT%3aWindows.Storage.Provider.IStorageProviderUICommand>