DataProviderObjectFactory.CreateObject(Type) 方法

定义

创建由 DDEX 提供程序实现的指定 DDEX 支持实体的实例。

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

参数

objType
Type

DDEX 支持实体的类型。

返回

Object

如果 DDEX 提供程序支持,则为 DDEX 提供程序实现的指定 DDEX 支持实体的实例;否则为 null。

实现

适用于