ApplicationManager.GetObject(String, Type) 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.
Retourne l'objet inscrit du type spécifié à partir de l'application spécifiée.
public:
System::Web::Hosting::IRegisteredObject ^ GetObject(System::String ^ appId, Type ^ type);
public System.Web.Hosting.IRegisteredObject GetObject (string appId, Type type);
member this.GetObject : string * Type -> System.Web.Hosting.IRegisteredObject
Public Function GetObject (appId As String, type As Type) As IRegisteredObject
Paramètres
- appId
- String
Identificateur unique de l'application qui possède l'objet.
- type
- Type
Type de l'objet à retourner.
Retours
Objet inscrit du type spécifié ou null
si le type n'a pas été inscrit par le biais d'un appel à la méthode CreateObject(String, Type, String, String, Boolean).