IWebFormReferenceManager.GetObjectType(String, String) Método

Definición

Obtiene el tipo del objeto especificado.

public:
 Type ^ GetObjectType(System::String ^ tagPrefix, System::String ^ typeName);
public Type GetObjectType (string tagPrefix, string typeName);
abstract member GetObjectType : string * string -> Type
Public Function GetObjectType (tagPrefix As String, typeName As String) As Type

Parámetros

tagPrefix
String

Prefijo de etiqueta del tipo.

typeName
String

Nombre del tipo.

Devoluciones

Type

Type del objeto, si se pudo resolver.

Comentarios

Nota

El GetObjectType método está obsoleto. Use el GetType método en la clase para la funcionalidad del diseñador WebFormsReferenceManager equivalente.

Se aplica a

Consulte también