TypeGeneratedEventArgs.AdditionalInterfaces Tulajdonság

Definíció

List(Type) Lekéri a típushoz hozzáadandó felületeket.

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)

Tulajdonság értéke

A típushoz hozzáadandó felületeket tartalmazó gyűjtemény. A gyűjtemény üres, ha nem ad hozzá adaptereket.

Megjegyzések

A tagok az OnTypeGenerated esemény létrehozása után lesznek hozzáadva.

A következőre érvényes:

Lásd még