TypeGeneratedEventArgs.AdditionalInterfaces Propriété

Définition

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é.

S’applique à

Voir aussi