表示扩展代理的泛型接口。
命名空间: 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 | 设置扩展。 |
页首