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
的引用。