Share via


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)

属性值

附加接口。

适用于