Condividi tramite


IStorageProviderUICommand Interfaccia

Definizione

Comandi dell'interfaccia utente implementati da un provider di archiviazione.

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
Attributi

Requisiti Windows

Famiglia di dispositivi
Windows 11 Insider Preview (è stato introdotto in 10.0.23504.0)
API contract
Windows.Storage.Provider.CloudFilesContract (è stato introdotto in v7.0)

Esempio

SyncStatusCommand

Proprietà

Description

Restituisce la descrizione IStorageProviderUICommand .

Icon

Restituisce l'URI dell'icona IStorageProviderUICommand , che dovrebbe essere un percorso completo a un file SVG.

Label

Restituisce l'etichetta IStorageProviderUICommand

State

Restituisce lo stato IStorageProviderUICommand (StorageProviderUICommandState)

Metodi

Invoke()

Esegue l'azione IStorageProviderUICommand.

Si applica a

Vedi anche