IExtensionProxy<T> Interface

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
Public method SetExtension Sets the extension.

Top

See Also

Reference

Microsoft.Data.Schema.Extensibility Namespace