StyleSelector.SelectStyleCore(Object, DependencyObject) Metodo

Definizione

Se implementato da una classe derivata, restituisce uno stile specifico basato sulla logica personalizzata.

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

Parametri

item
Object

Platform::Object

IInspectable

Il contenuto.

container
DependencyObject

Elemento a cui viene applicato lo stile.

Restituisce

Stile specifico dell'applicazione da applicare; può anche restituire Null.

Si applica a