DataProvider.GetType 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.
Overloads
GetType(String) |
Resolves a type name to a Type as defined by the DDEX provider. |
GetType(Guid, String) |
Resolves a type name to a Type for a specified data source as defined by the DDEX provider. |
GetType(String)
Resolves a type name to a Type as defined by the DDEX provider.
public:
Type ^ GetType(System::String ^ typeName);
public Type GetType (string typeName);
override this.GetType : string -> Type
Public Function GetType (typeName As String) As Type
Parameters
- typeName
- String
String name for the specified data type.
Returns
Returns a specified type.
Applies to
GetType(Guid, String)
Resolves a type name to a Type for a specified data source as defined by the DDEX provider.
public:
abstract Type ^ GetType(Guid dataSource, System::String ^ typeName);
public abstract Type GetType (Guid dataSource, string typeName);
override this.GetType : Guid * string -> Type
Public MustOverride Function GetType (dataSource As Guid, typeName As String) As Type
Parameters
- dataSource
- Guid
DDEX data source GUID.
- typeName
- String
String name for the data type.
Returns
Returns a specified type.