TypeGeneratedEventArgs.AdditionalInterfaces Egenskap

Definition

Hämtar en List(Type) som innehåller de gränssnitt som ska läggas till i typen.

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)

Egenskapsvärde

En samling som innehåller de gränssnitt som ska läggas till i typen. Samlingen är tom om inga gränssnitt läggs till.

Kommentarer

Medlemmarna läggs till efter att händelsen OnTypeGenerated har skapats.

Gäller för

Se även