IVsDataProviderObjectFactory.CreateObject(Type) Method

Definition

Creates an instance of the specified DDEX support entity that is implemented by the DDEX provider.

public:
 System::Object ^ CreateObject(Type ^ objType);
public object CreateObject (Type objType);
abstract member CreateObject : Type -> obj
Public Function CreateObject (objType As Type) As Object

Parameters

objType
Type

A type of DDEX support entity.

Returns

An instance of the specified DDEX support entity that is implemented by the DDEX provider, if the DDEX provider supports it; otherwise, null.

Exceptions

The objType parameter is null.

Applies to