TypeGeneratedEventArgs.AdditionalInterfaces Özellik

Tanım

Türüne eklenecek arabirimleri içeren bir List(Type) alır.

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)

Özellik Değeri

Türüne eklenecek arabirimleri içeren bir koleksiyon. Arabirim eklenmezse koleksiyon boştur.

Açıklamalar

Üyeler, olay yükseltildikten sonra OnTypeGenerated eklenir.

Şunlara uygulanır

Ayrıca bkz.