IStorageProviderUICommand Interface

Définition

Commandes d’interface utilisateur implémentées par un fournisseur de stockage.

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
Attributs

Configuration requise pour Windows

Famille d’appareils
Windows 11 Insider Preview (introduit dans 10.0.23504.0)
API contract
Windows.Storage.Provider.CloudFilesContract (introduit dans v7.0)

Exemples

SyncStatusCommand

Propriétés

Description

Retourne la description IStorageProviderUICommand.

Icon

Retourne l’URI d’icône IStorageProviderUICommand, qui est censé être un chemin d’accès de fichier local complet à un fichier SVG.

Label

Renvoie l’étiquette IStorageProviderUICommand

State

Renvoie l’état IStorageProviderUICommand (StorageProviderUICommandState)

Méthodes

Invoke()

Exécute l’action IStorageProviderUICommand.

S’applique à

Voir aussi