IDesignerHost.GetType(String) Metodo

Definizione

Ottiene un'istanza del nome completo del tipo specificato.

public:
 Type ^ GetType(System::String ^ typeName);
public Type GetType (string typeName);
public Type? GetType (string typeName);
abstract member GetType : string -> Type
Public Function GetType (typeName As String) As Type

Parametri

typeName
String

Nome del tipo da caricare.

Restituisce

Oggetto tipo per il nome del tipo specificato oppure null se è impossibile trovare il tipo.

Si applica a