RibbonControlService.SetLargeImageSource Méthode
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.
Définit la valeur de la propriété jointe LargeImageSource pour un objet.
public:
static void SetLargeImageSource(System::Windows::DependencyObject ^ element, System::Windows::Media::ImageSource ^ value);
public static void SetLargeImageSource (System.Windows.DependencyObject element, System.Windows.Media.ImageSource value);
static member SetLargeImageSource : System.Windows.DependencyObject * System.Windows.Media.ImageSource -> unit
Public Shared Sub SetLargeImageSource (element As DependencyObject, value As ImageSource)
Paramètres
- element
- DependencyObject
Objet sur lequel la propriété jointe est écrite.
- value
- ImageSource
Valeur à définir.
Exceptions
Le element
spécifié a la valeur null
.