Share via


IStorageProviderStatusUISource.GetStatusUI Method

Definition

Gets the StorageProviderStatusUI object from an implementation of the IStorageProviderStatusUISource.

public:
 StorageProviderStatusUI ^ GetStatusUI();
StorageProviderStatusUI GetStatusUI();
public StorageProviderStatusUI GetStatusUI();
function getStatusUI()
Public Function GetStatusUI () As StorageProviderStatusUI

Returns

The status UI object used to populate the Status UI Flyout.

Examples

Please refer to the sample app for more details.

Applies to

See also