Share via


StorageProviderUICommandState Enum

Definition

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

public enum class StorageProviderUICommandState
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Storage.Provider.CloudFilesContract, 458752)]
enum class StorageProviderUICommandState
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Storage.Provider.CloudFilesContract), 458752)]
public enum StorageProviderUICommandState
var value = Windows.Storage.Provider.StorageProviderUICommandState.enabled
Public Enum StorageProviderUICommandState
Inheritance
StorageProviderUICommandState
Attributes

Windows requirements

Requirements Description
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

See also