次の方法で共有


FeatureReference<T>.Update(IFeatureCollection, T) メソッド

定義

機能への参照を更新します。

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 参照。

適用対象