TypeGeneratedEventArgs.AdditionalInterfaces Propiedad

Definición

Obtiene un List(Type) objeto que contiene las interfaces que se agregarán 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)

Valor de propiedad

Colección que contiene las interfaces que se agregarán al tipo. La colección está vacía si no se agregarán interfaces.

Comentarios

Los miembros se agregan después de que se genere el OnTypeGenerated evento.

Se aplica a

Consulte también