Compartilhar via


Método RibbonControlService.SetSmallImageSource

Define o valor de SmallImageSource anexado a propriedade de um objeto.

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

Sintaxe

'Declaração
Public Shared Sub SetSmallImageSource ( _
    element As DependencyObject, _
    value As ImageSource _
)
public static void SetSmallImageSource(
    DependencyObject element,
    ImageSource value
)
public:
static void SetSmallImageSource(
    DependencyObject^ element, 
    ImageSource^ value
)
static member SetSmallImageSource : 
        element:DependencyObject * 
        value:ImageSource -> unit 
public static function SetSmallImageSource(
    element : DependencyObject, 
    value : ImageSource
)

Parâmetros

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