Share via


RibbonControlService.GetLargeImageSource(DependencyObject) Metodo

Definizione

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

public:
 static System::Windows::Media::ImageSource ^ GetLargeImageSource(System::Windows::DependencyObject ^ element);
public static System.Windows.Media.ImageSource GetLargeImageSource (System.Windows.DependencyObject element);
static member GetLargeImageSource : System.Windows.DependencyObject -> System.Windows.Media.ImageSource
Public Shared Function GetLargeImageSource (element As DependencyObject) As ImageSource

Parametri

element
DependencyObject

Oggetto da cui viene letto il valore della proprietà.

Restituisce

ImageSource

Il valore della proprietà LargeImageSource dell'oggetto.

Eccezioni

Il valore specificato per il parametro element è null.

Si applica a