TypeGeneratedEventArgs.AdditionalInterfaces 属性

定义

此类不适用于公共用途,用于生成强类型客户端对象以与数据服务通信。

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)

属性值

其他接口。

适用于