DataSourceSpecializer.GetType(Guid, String) Method

Definition

Retrieves a type definition, given a type name and a data source GUID.

public:
 virtual Type ^ GetType(Guid source, System::String ^ typeName);
public virtual Type GetType (Guid source, string typeName);
override this.GetType : Guid * string -> Type
Public Overridable Function GetType (source As Guid, typeName As String) As Type

Parameters

source
Guid

DDEX data source GUID.

typeName
String

Name of the assembly to retrieve.

Returns

A type definition.

Implements

Applies to