StorageProviderStatusUI Class
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 used to populate the storage provider status UI flyout.
public ref class StorageProviderStatusUI sealed
/// [Windows.Foundation.Metadata.Activatable(458752, "Windows.Storage.Provider.CloudFilesContract")]
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Storage.Provider.CloudFilesContract, 458752)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
class StorageProviderStatusUI final
[Windows.Foundation.Metadata.Activatable(458752, "Windows.Storage.Provider.CloudFilesContract")]
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Storage.Provider.CloudFilesContract), 458752)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
public sealed class StorageProviderStatusUI
function StorageProviderStatusUI()
Public NotInheritable Class StorageProviderStatusUI
- Inheritance
- Attributes
Windows requirements
Device family |
Windows 11 Insider Preview (introduced in 10.0.23504.0)
|
API contract |
Windows.Storage.Provider.CloudFilesContract (introduced in v7.0)
|
Constructors
StorageProviderStatusUI() |
StorageProviderStatusUI default constructor. |
Properties
MoreInfoUI |
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. |
ProviderPrimaryCommand |
The primary command that appears in the commands area of the storage provider status UI flyout. |
ProviderSecondaryCommands |
List of secondary commands that appear in the commands area of the storage provider status UI flyout. |
ProviderState |
Provides the current sync status of the storage provider status UI. |
ProviderStateIcon |
The icon displayed in the Command Bar area of File Explorer when the current folder is backed by the provider. |
ProviderStateLabel |
The label displayed in the Command Bar area of File Explorer when the current folder is backed by the provider. |
QuotaUI | |
SyncStatusCommand |
The sync status command of StorageProviderStatusUI. |