Compartilhar via


Método RibbonControlService.SetLargeImageSource

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

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

Sintaxe

'Declaração
Public Shared Sub SetLargeImageSource ( _
    element As DependencyObject, _
    value As ImageSource _
)
public static void SetLargeImageSource(
    DependencyObject element,
    ImageSource value
)
public:
static void SetLargeImageSource(
    DependencyObject^ element, 
    ImageSource^ value
)
static member SetLargeImageSource : 
        element:DependencyObject * 
        value:ImageSource -> unit 
public static function SetLargeImageSource(
    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