FeatureReference<T>.Update(IFeatureCollection, T) 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.
Mises à jour la référence à la fonctionnalité.
public:
T Update(Microsoft::AspNetCore::Http::Features::IFeatureCollection ^ features, T feature);
public T Update (Microsoft.AspNetCore.Http.Features.IFeatureCollection features, T feature);
member this.Update : Microsoft.AspNetCore.Http.Features.IFeatureCollection * 'T -> 'T
Public Function Update (features As IFeatureCollection, feature As T) As T
Paramètres
- features
- IFeatureCollection
IFeatureCollection à mettre à jour.
- feature
- T
Instance de la fonctionnalité.
Retours
T
Référence à feature
une fois l’opération terminée.