Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Represents the generic interface for extension proxies.
Namespace: Microsoft.Data.Schema.Extensibility
Assembly: Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)
Syntax
'Declaration
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 does not support generic types or methods.
Type Parameters
- T
The IExtensionProxy<T> type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() |
SetExtension | Sets the extension. |
Top