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
기능의 instance.
반환
T
작업이 완료된 후 에 대한 참조 feature
입니다.