IStorageProviderUICommand.Icon Propriété
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.
Retourne l’URI d’icône IStorageProviderUICommand, qui est censé être un chemin d’accès de fichier local complet à un fichier SVG.
public:
property Uri ^ Icon { Uri ^ get(); };
Uri Icon();
public System.Uri Icon { get; }
var uri = iStorageProviderUICommand.icon;
Public ReadOnly Property Icon As Uri
Valeur de propriété
Uri référençant le chemin d’accès complet à un fichier SVG.
Remarques
Windows détermine si leSyncStatusCommand
Windows peut choisir d’afficher les commandes « Masquées » demandées en tant que « Désactivé ». Cette propriété doit être spécifiée et non vide même si IStorageProviderUICommand.State est masqué.