Condividi tramite


IWebFormReferenceManager.GetObjectType(String, String) Metodo

Definizione

Ottiene il tipo dell'oggetto specificato.

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

Parametri

tagPrefix
String

Prefisso di tag per il tipo.

typeName
String

Nome del tipo.

Restituisce

Type

Type dell'oggetto, se è stato possibile risolverlo.

Commenti

Nota

Il GetObjectType metodo è obsoleto. Usare il GetType metodo sulla classe per funzionalità di progettazione WebFormsReferenceManager equivalenti.

Si applica a

Vedi anche