Compartilhar via


Método RibbonControlService.GetSmallImageSource

Obtém o valor da SmallImageSource anexado a propriedade de um objeto.

Namespace:  Microsoft.Windows.Controls.Ribbon
Assembly:  RibbonControlsLibrary (em RibbonControlsLibrary.dll)

Sintaxe

'Declaração
Public Shared Function GetSmallImageSource ( _
    element As DependencyObject _
) As ImageSource
public static ImageSource GetSmallImageSource(
    DependencyObject element
)
public:
static ImageSource^ GetSmallImageSource(
    DependencyObject^ element
)
static member GetSmallImageSource : 
        element:DependencyObject -> ImageSource 
public static function GetSmallImageSource(
    element : DependencyObject
) : ImageSource

Parâmetros

Valor de retorno

Tipo: System.Windows.Media.ImageSource
O objeto SmallImageSource valor da propriedade.

Exceções

Exceção Condição
ArgumentNullException

The specified element is nulluma referência nula (Nothing no Visual Basic).

Segurança do .NET Framework

Consulte também

Referência

RibbonControlService Classe

Namespace Microsoft.Windows.Controls.Ribbon