IVsDataClientObject<T> Interface

Definition

Represents a client wrapper object that interacts with an underlying provider object.

generic <typename T>
 where T : classpublic interface class IVsDataClientObject
public interface IVsDataClientObject<T> where T : class
type IVsDataClientObject<'T (requires 'T : null)> = interface
Public Interface IVsDataClientObject(Of T)

Type Parameters

T

The type of the parameter.

Derived

Methods

Initialize(T)

Initializes the client object with the underlying provider object implementation.

Applies to