FeatureReference<T>.Update(IFeatureCollection, T) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
更新功能參考。
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
參數
- features
- IFeatureCollection
要更新的 IFeatureCollection。
- feature
- T
功能的實例。
傳回
T
作業完成之後的 feature
參考。