DependencyObjectType.IsInstanceOfType(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.
Détermine si l'objet spécifié est une instance du DependencyObjectType actuel.
public:
bool IsInstanceOfType(System::Windows::DependencyObject ^ dependencyObject);
public bool IsInstanceOfType (System.Windows.DependencyObject dependencyObject);
member this.IsInstanceOfType : System.Windows.DependencyObject -> bool
Public Function IsInstanceOfType (dependencyObject As DependencyObject) As Boolean
Paramètres
- dependencyObject
- DependencyObject
Objet à comparer au DependencyObjectType actif.
Retours
true
si la classe représentée par le DependencyObjectType actuel est dans la hiérarchie d'héritage du DependencyObject passé comme d
; sinon, false
.
Remarques
Les objets du même type retournent true
exactement .