TypeGeneratedEventArgs.AdditionalInterfaces Właściwość

Definicja

Pobiera element List(Type) zawierający interfejsy, które zostaną dodane do typu.

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)

Wartość właściwości

Kolekcja zawierająca interfejsy, które zostaną dodane do typu. Kolekcja jest pusta, jeśli nie zostaną dodane żadne interfejsy.

Uwagi

Elementy członkowskie są dodawane po wystąpieniu OnTypeGenerated zdarzenia.

Dotyczy

Zobacz też