DesignPropertyDescriptor.GetTypeFromNameProperty(String) Método

Definição

Converte o nome em um Type .

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

Parâmetros

typeName
String

O nome do tipo.

Retornos

Type

Type.

Aplica-se a