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 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.