ImageIconSource.ImageSource 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.
Obtient ou définit l’URI du fichier image à utiliser comme source d’icône.
public:
property ImageSource ^ ImageSource { ImageSource ^ get(); void set(ImageSource ^ value); };
ImageSource ImageSource();
void ImageSource(ImageSource value);
public ImageSource ImageSource { get; set; }
var imageSource = imageIconSource.imageSource;
imageIconSource.imageSource = imageSource;
Public Property ImageSource As ImageSource
Valeur de propriété
URI du fichier image à utiliser comme source d’icône. Par défaut, il s’agit de null
.