StyleSelector.SelectStyleCore(Object, DependencyObject) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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
Paramètres
- item
-
Object
Platform::Object
IInspectable
Contenu.
- container
- DependencyObject
Élément auquel le style est appliqué.
Retours
Style spécifique à l’application à appliquer ; peut également retourner la valeur Null.