TypeGeneratedEventArgs.AdditionalInterfaces Proprietà

Definizione

Ottiene un oggetto List(Type) contenente le interfacce che verranno aggiunte al tipo.

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)

Valore della proprietà

Raccolta contenente le interfacce che verranno aggiunte al tipo. Se non verranno aggiunte interfacce, la raccolta è vuota.

Commenti

I membri vengono aggiunti dopo la generazione dell'evento OnTypeGenerated.

Si applica a

Vedi anche