Aracılığıyla paylaş


FeatureReference<T>.Update(IFeatureCollection, T) Yöntem

Tanım

Özelliğe başvuruyu Güncelleştirmeler.

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

Parametreler

features
IFeatureCollection

Güncelleştirilecek IFeatureCollection .

feature
T

Özelliğin örneği.

Döndürülenler

T

İşlem tamamlandıktan sonra başvurusu feature .

Şunlara uygulanır