共用方式為


DataSourceSpecializer.GetType(Guid, String) Method

Definition

Retrieves a type definition given a type name and data source guid.

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

Parameters

dataSource
Guid

DDEX data source guid.

typeName
String

Name of the assembly to retrieve.

Returns

Returns a type definition.

Applies to