_Type.GetInterfaces 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.
Fournit des objets COM avec un accès indépendant de la version à la méthode GetInterfaces().
public:
cli::array <Type ^> ^ GetInterfaces();
public Type[] GetInterfaces ();
abstract member GetInterfaces : unit -> Type[]
Public Function GetInterfaces () As Type()
Retours
Tableau d'objets Type représentant toutes les interfaces implémentées ou héritées par le Typeactuel.
- ou -
Tableau vide du type Type si aucune interface n'est implémentée ou héritée par le Type actuel.
Remarques
Cette méthode est destinée à l’accès aux classes managées à partir de code non managé et ne doit pas être appelée à partir de code managé.
La Type.GetInterfaces méthode obtient toutes les interfaces implémentées ou héritées par le actuel Type.