Share via


StorageProviderStatusUI.ProviderSecondaryCommands Property

Definition

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

This property currently supports displaying up to 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).

Applies to

See also