TypeGeneratedEventArgs.AdditionalInterfaces Propriété
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 un List(Type) conteneur des interfaces qui seront ajoutées au type.
public:
property System::Collections::Generic::List<Type ^> ^ AdditionalInterfaces { System::Collections::Generic::List<Type ^> ^ get(); };
public System.Collections.Generic.List<Type> AdditionalInterfaces { get; }
member this.AdditionalInterfaces : System.Collections.Generic.List<Type>
Public ReadOnly Property AdditionalInterfaces As List(Of Type)
Valeur de propriété
Collection qui contient les interfaces qui seront ajoutées au type. La collection est vide si aucune interface n’est ajoutée.
Remarques
Les membres sont ajoutés une fois l’événement OnTypeGenerated déclenché.