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 添加成员。

适用于

另请参阅