Share via


DataProvider.GetType Method (Guid, String)

Resolves a type name to a Type for a specified data source as defined by the DDEX provider.

Namespace:  Microsoft.VisualStudio.Data
Assembly:  Microsoft.VisualStudio.Data (in Microsoft.VisualStudio.Data.dll)

Syntax

'Declaration
Public MustOverride Function GetType ( _
    dataSource As Guid, _
    typeName As String _
) As Type
public abstract Type GetType(
    Guid dataSource,
    string typeName
)
public:
virtual Type^ GetType(
    Guid dataSource, 
    String^ typeName
) abstract
abstract GetType : 
        dataSource:Guid * 
        typeName:string -> Type
public abstract function GetType(
    dataSource : Guid, 
    typeName : String
) : Type

Parameters

Return Value

Type: System.Type
Returns a specified type.

.NET Framework Security

See Also

Reference

DataProvider Class

GetType Overload

Microsoft.VisualStudio.Data Namespace