HttpStaticObjectsCollectionWrapper.GetObject(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.
Retourne l’objet qui porte le nom spécifié de la collection.
public:
override System::Object ^ GetObject(System::String ^ name);
public override object GetObject(string name);
override this.GetObject : string -> obj
Public Overrides Function GetObject (name As String) As Object
Paramètres
- name
- String
Nom de l’objet à retourner (non-respect de la casse).
Retours
L’objet spécifié par name, le cas échéant ; sinon, null.