TypeGeneratedEventArgs.AdditionalInterfaces 屬性

定義

取得 List(Type),其中包含要加入至型別的介面。

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)

屬性值

包含要加入到此型別之介面的集合。 如果沒有介面要加入,集合將會是空的。

備註

成員會在 OnTypeGenerated 事件引發之後加入。

適用於

另請參閱