TypeGeneratedEventArgs.AdditionalInterfaces 屬性

定義

取得 List(Type) 包含將加入該型別的介面的 a。

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 加入。

適用於

另請參閱