StyleSelector.SelectStyleCore(Object, DependencyObject) 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.
protected:
virtual Style ^ SelectStyleCore(Platform::Object ^ item, DependencyObject ^ container) = SelectStyleCore;
Style SelectStyleCore(IInspectable const& item, DependencyObject const& container);
protected virtual Style SelectStyleCore(object item, DependencyObject container);
function selectStyleCore(item, container)
Protected Overridable Function SelectStyleCore (item As Object, container As DependencyObject) As Style
Parâmetros
- item
-
Object
Platform::Object
IInspectable
O conteúdo.
- container
- DependencyObject
O elemento ao qual o estilo é aplicado.
Retornos
Um estilo específico do aplicativo a ser aplicado; também pode retornar nulo.