Share via


DataSourceSpecializer.CreateObject(Guid, Type) Method

Definition

Creates a DDEX provider–implemented object of the given type that is specialized for the specified data source.

public:
 virtual System::Object ^ CreateObject(Guid source, Type ^ objType);
public virtual object CreateObject (Guid source, Type objType);
abstract member CreateObject : Guid * Type -> obj
override this.CreateObject : Guid * Type -> obj
Public Overridable Function CreateObject (source As Guid, objType As Type) As Object

Parameters

source
Guid

GUID of the data source for which the provider is specialized.

objType
Type

Data type of the provider object.

Returns

A specialized object of the specified type.

Implements

Applies to