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 une List(Type) contenant les 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 ne doit être ajoutée.
Remarques
Les membres sont ajoutés après le déclenchement de l'événement OnTypeGenerated.