HttpStaticObjectsCollectionWrapper.Item[String] Propriété
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 l’objet qui porte le nom spécifié de la collection.
public:
virtual property System::Object ^ default[System::String ^] { System::Object ^ get(System::String ^ name); };
public override object this[string name] { get; }
member this.Item(string) : obj
Default Public Overrides ReadOnly Property Item(name As String) As Object
Paramètres
- name
- String
Nom ne respectant pas la casse de l’objet à obtenir.
Valeur de propriété
L’objet spécifié par name
, le cas échéant ; sinon, null
.