DataSourceSpecializer.GetType(Guid, String) 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.
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.