IVsDataSourceSpecializer.GetType(Guid, String) Method

Definition

Resolves a provider-specific type name to its corresponding Type representation, for a specific DDEX data source.

public:
 Type ^ GetType(Guid source, System::String ^ typeName);
public Type GetType (Guid source, string typeName);
abstract member GetType : Guid * string -> Type
Public Function GetType (source As Guid, typeName As String) As Type

Parameters

source
Guid

A DDEX data source identifier.

typeName
String

A provider-specific type name.

Returns

An Type object representing the type resolved from the specified type name, for the specified DDEX data source, if found; otherwise, null.

Exceptions

The typeName parameter is null.

Applies to