DesignPropertyDescriptor.GetTypeFromNameProperty(String) Method

Definition

Convert name to a Type object.

public:
 virtual Type ^ GetTypeFromNameProperty(System::String ^ typeName);
public:
 virtual Platform::Type ^ GetTypeFromNameProperty(Platform::String ^ typeName);
public virtual Type GetTypeFromNameProperty (string typeName);
abstract member GetTypeFromNameProperty : string -> Type
override this.GetTypeFromNameProperty : string -> Type
Public Overridable Function GetTypeFromNameProperty (typeName As String) As Type

Parameters

typeName
String

The name of the type.

Returns

Type.

Applies to