DesignerSerializationManager.GetType(String) Método

Definición

Obtiene el tipo solicitado.

protected:
 virtual Type ^ GetType(System::String ^ typeName);
protected virtual Type GetType(string typeName);
override this.GetType : string -> Type
Protected Overridable Function GetType (typeName As String) As Type

Parámetros

typeName
String

Nombre del tipo que se va a recuperar.

Devoluciones

Tipo solicitado o null si no se puede resolver el tipo.

Comentarios

El GetType método buscará en el proveedor ITypeResolutionService de servicios un y, si está disponible, se delegará en ese servicio para resolver el tipo. ITypeResolutionService Si no está disponible, GetType llamará al Object.GetType método .

Se aplica a