StorageProviderStatusUI.MoreInfoUI 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 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