IWebFormReferenceManager.GetObjectType(String, String) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient le type de l'objet spécifié.
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
Paramètres
- tagPrefix
- String
Préfixe de balise pour le type.
- typeName
- String
Nom du type.
Retours
Type de l'objet, s'il peut être résolu.
Remarques
Notes
La GetObjectType méthode est obsolète. Utilisez la GetType méthode sur la WebFormsReferenceManager classe pour obtenir des fonctionnalités de concepteur équivalentes.