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 事件引发之后添加这些成员。

适用于

另请参阅