Partilhar via


Método RibbonControlService.GetLargeImageSource

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

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

Sintaxe

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

Parâmetros

Valor de retorno

Tipo: System.Windows.Media.ImageSource
O objeto LargeImageSource 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