StorageProviderStatusUI.MoreInfoUI Property

Definition

The container for the More Info UI section of the storage provider flyout, which offers additional information on the current sync state. This sync state is usually described by the SyncStatusCommand.

Furthermore, this section can be used to prompt the user to a specific action to address the sync state via the MoreInfoUICommand.

public:
 property StorageProviderMoreInfoUI ^ MoreInfoUI { StorageProviderMoreInfoUI ^ get(); void set(StorageProviderMoreInfoUI ^ value); };
StorageProviderMoreInfoUI MoreInfoUI();

void MoreInfoUI(StorageProviderMoreInfoUI value);
public StorageProviderMoreInfoUI MoreInfoUI { get; set; }
var storageProviderMoreInfoUI = storageProviderStatusUI.moreInfoUI;
storageProviderStatusUI.moreInfoUI = storageProviderMoreInfoUI;
Public Property MoreInfoUI As StorageProviderMoreInfoUI

Property Value

Applies to

See also