Share via


RibbonControlService.SetLargeImageSource Metodo

Definizione

Imposta il valore della proprietà associata LargeImageSource per un oggetto.

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)

Parametri

element
DependencyObject

Oggetto in cui viene scritta la proprietà associata.

value
ImageSource

Il valore da impostare.

Eccezioni

Il valore specificato per il parametro element è null.

Si applica a