StorageProviderStatusUI.ProviderSecondaryCommands 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.
List of secondary commands that appear in the commands area of the storage provider status UI flyout.
public:
property IVector<IStorageProviderUICommand ^> ^ ProviderSecondaryCommands { IVector<IStorageProviderUICommand ^> ^ get(); void set(IVector<IStorageProviderUICommand ^> ^ value); };
IVector<IStorageProviderUICommand> ProviderSecondaryCommands();
void ProviderSecondaryCommands(IVector<IStorageProviderUICommand> value);
public IList<IStorageProviderUICommand> ProviderSecondaryCommands { get; set; }
var iVector = storageProviderStatusUI.providerSecondaryCommands;
storageProviderStatusUI.providerSecondaryCommands = iVector;
Public Property ProviderSecondaryCommands As IList(Of IStorageProviderUICommand)
Property Value
Remarks
Windows may choose to disable Storage Provider Status UI if this property contains less than three non-empty secondary commands. This property currently supports displaying the first three secondary commands. Any command after the third element in this list will be ignored.
Additionally, the labels (IStorageProviderUICommandLabel) of these commands are utilized for the tooltip and display the icons (IStorageProviderStatusUICommandIcon).