RibbonControlService.GetSmallImageSource(DependencyObject) Metodo

Definizione

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

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

Parametri

element
DependencyObject

Oggetto da cui viene letto il valore della proprietà.

Restituisce

Il valore della proprietà SmallImageSource dell'oggetto.

Eccezioni

Il valore specificato per il parametro element è null.

Si applica a