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 DependencyObjectTypeactuel .
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 avec le fichier actif DependencyObjectType.
Retours
true si la classe représentée par le courant DependencyObjectType se trouve dans la hiérarchie d’héritage du DependencyObject passé comme dependencyObject; sinon, false.
Remarques
Objets du même type de retour trueexactement .