IExtensionProxy<T> 接口

表示扩展代理的泛型接口。

命名空间:  Microsoft.Data.Schema.Extensibility
程序集:  Microsoft.Data.Schema(在 Microsoft.Data.Schema.dll 中)

语法

声明
Public Interface IExtensionProxy(Of T As Class)
public interface IExtensionProxy<T>
where T : class
generic<typename T>
where T : ref class
public interface class IExtensionProxy
type IExtensionProxy<'T when 'T : not struct> =  interface end
JScript 不支持泛型类型或方法。

类型参数

  • T

IExtensionProxy<T> 类型公开以下成员。

方法

  名称 说明
公共方法 SetExtension 设置扩展。

页首

请参见

参考

Microsoft.Data.Schema.Extensibility 命名空间