Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.