PropertyTab.CanExtend(Object) 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.
Obtient une valeur indiquant si PropertyTab peut afficher les propriétés du composant spécifié.
public:
virtual bool CanExtend(System::Object ^ extendee);
public virtual bool CanExtend (object extendee);
abstract member CanExtend : obj -> bool
override this.CanExtend : obj -> bool
Public Overridable Function CanExtend (extendee As Object) As Boolean
Paramètres
- extendee
- Object
Objet à tester.
Retours
true
si l'objet peut être étendu ; sinon false
.