Share via


DataProvider.GetType Method (String)

Resolves a type name to a Type as defined by the DDEX provider.

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

Syntax

'Declaration
Public Function GetType ( _
    typeName As String _
) As Type
public Type GetType(
    string typeName
)
public:
Type^ GetType(
    String^ typeName
)
member GetType : 
        typeName:string -> Type
public function GetType(
    typeName : String
) : Type

Parameters

  • typeName
    Type: System.String

    String name for the specified data type.

Return Value

Type: System.Type
Returns a specified type.

.NET Framework Security

See Also

Reference

DataProvider Class

GetType Overload

Microsoft.VisualStudio.Data Namespace