RibbonControlService.SetSmallImageSource Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Define o valor da propriedade anexada SmallImageSource de um objeto.
public:
static void SetSmallImageSource(System::Windows::DependencyObject ^ element, System::Windows::Media::ImageSource ^ value);
public static void SetSmallImageSource (System.Windows.DependencyObject element, System.Windows.Media.ImageSource value);
static member SetSmallImageSource : System.Windows.DependencyObject * System.Windows.Media.ImageSource -> unit
Public Shared Sub SetSmallImageSource (element As DependencyObject, value As ImageSource)
Parâmetros
- element
- DependencyObject
O objeto no qual a propriedade anexada é gravada.
- value
- ImageSource
O valor a ser definido.
Exceções
O element
especificado é null
.