DesignPropertyDescriptor::GetTypeFromNameProperty Method (String^)

 

Converts the name to a Type.

Namespace:   Microsoft.VisualStudio.Shell
Assembly:  Microsoft.VisualStudio.Shell.14.0 (in Microsoft.VisualStudio.Shell.14.0.dll)

public:
virtual Type^ GetTypeFromNameProperty(
	String^ typeName
)

Parameters

typeName
Type: System::String^

The name of the type.

Return Value

Type: System::Type^

Type.

Return to top
Show: