StorageProviderUICommandState Enum

Definition

This enum provides information that dictates the visibility and opacity of StorageProviderUICommands.

C#
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Storage.Provider.CloudFilesContract), 458752)]
public enum StorageProviderUICommandState
Inheritance
StorageProviderUICommandState
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)

Fields

Name Value Description
Enabled 0

The command is visible and enabled.

Disabled 1

The command is visible and disabled.

Hidden 2

The command is not displayed.

Applies to

Product Versions
WinRT Build 22621, Build 26100

See also