IStorageProviderStatusUISource.GetStatusUI Method
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.
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.