StorageProviderUICommandState Enum
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.
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
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. |
2 | The command is not displayed. |