IVsDataClientObject<T>.Initialize(T) Method

Definition

Initializes the client object with the underlying provider object implementation.

public:
 void Initialize(T providerObj);
public void Initialize (T providerObj);
abstract member Initialize : 'T -> unit
Public Sub Initialize (providerObj As T)

Parameters

providerObj
T

The underlying provider object implementation.

Exceptions

The providerObj parameter is null.

Applies to