DataProviderObjectFactory.CreateObject(Type) 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.
Creates an instance of the specified DDEX support entity implemented by the DDEX provider.
public:
abstract System::Object ^ CreateObject(Type ^ objType);
public abstract object CreateObject (Type objType);
abstract member CreateObject : Type -> obj
Public MustOverride 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 implemented by the DDEX provider, if the DDEX provider supports it; otherwise, null.