IStorageProviderUICommand.Icon Propriété

Définition

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 , ProviderSecondaryCommands, ProviderPrimaryCommandou StorageProviderMoreInfoUI.Command peut afficher des icônes.

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é.

S’applique à

Voir aussi