StorageProviderStatusUI Class

Definition

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
Object Platform::Object IInspectable StorageProviderStatusUI
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

The StorageProviderQuotaUI of StorageProviderStatusUI.

SyncStatusCommand

The sync status command of StorageProviderStatusUI.

Applies to

See also