Interface IExtensionProxy<T>
Representa a interface genérica para proxies de extensão.
Namespace: Microsoft.Data.Schema.Extensibility
Assembly: Microsoft.Data.Schema (em Microsoft.Data.Schema.dll)
Sintaxe
'Declaração
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
O JScript não oferece suporte a tipos ou métodos genéricos.
Parâmetros de tipo
- T
O tipo IExtensionProxy<T> expõe os membros a seguir.
Métodos
Nome | Descrição | |
---|---|---|
SetExtension | Define a extensão. |
Início