IStorageProviderUICommand Interface
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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
Propriétés
Description |
Retourne la description |
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 |
Méthodes
Invoke() |
Exécute l’action IStorageProviderUICommand. |