IVsDataClientObject<T>.Initialize(T) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.