IStorageProviderUICommand Interface
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.
UI Commands implemented by a storage provider.
public interface class IStorageProviderUICommand
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Storage.Provider.CloudFilesContract, 458752)]
/// [Windows.Foundation.Metadata.Guid(205391712, 55366, 22159, 148, 132, 16, 92, 197, 123, 80, 43)]
struct IStorageProviderUICommand
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Storage.Provider.CloudFilesContract), 458752)]
[Windows.Foundation.Metadata.Guid(205391712, 55366, 22159, 148, 132, 16, 92, 197, 123, 80, 43)]
public interface IStorageProviderUICommand
Public Interface IStorageProviderUICommand
- 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)
|
Examples
SyncStatusCommandProperties
Description |
Returns the IStorageProviderUICommand description. |
Icon |
Returns the IStorageProviderUICommand icon URI, which is expected to be a fully-qualified local file path to an SVG file. |
Label |
Returns the IStorageProviderUICommand label |
State |
Returns the IStorageProviderUICommand state (StorageProviderUICommandState) |
Methods
Invoke() |
Executes the IStorageProviderUICommand's action. |