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
- element
Tipo: System.Windows.DependencyObject
O objeto ao qual a propriedade anexada é gravada.
- value
Tipo: System.Windows.Media.ImageSource
O valor a ser definido.
Exceções
Exceção | Condição |
---|---|
ArgumentNullException | The specified element is nulluma referência nula (Nothing no Visual Basic). |
Segurança do .NET Framework
- Confiança total para o chamador imediato. O membro não pode ser usado por código parcialmente confiável. Para obter mais informações, consulte Usando bibliotecas de código parcialmente confiáveis.