IFeatureCollection 인터페이스
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
HTTP 기능의 컬렉션을 나타냅니다.
public interface class IFeatureCollection : System::Collections::Generic::IEnumerable<System::Collections::Generic::KeyValuePair<Type ^, System::Object ^>>
public interface IFeatureCollection : System.Collections.Generic.IEnumerable<System.Collections.Generic.KeyValuePair<Type,object>>
type IFeatureCollection = interface
interface seq<KeyValuePair<Type, obj>>
interface IEnumerable
Public Interface IFeatureCollection
Implements IEnumerable(Of KeyValuePair(Of Type, Object))
- 파생
- 구현
속성
IsReadOnly |
컬렉션을 수정할 수 있는지를 나타냅니다. |
Item[Type] |
지정된 기능을 가져오거나 설정합니다. null 값을 설정하면 기능이 제거됩니다. |
Revision |
수정할 때마다 증가하며 캐시된 결과를 확인하는 데 사용할 수 있습니다. |
메서드
Get<TFeature>() |
컬렉션에서 요청된 기능을 검색합니다. |
Set<TFeature>(TFeature) |
컬렉션에서 지정된 기능을 설정합니다. |
확장 메서드
GetRequiredFeature(IFeatureCollection, Type) |
컬렉션에서 요청된 기능을 검색합니다. 기능이 없으면 InvalidOperationException throw합니다. |
GetRequiredFeature<TFeature>(IFeatureCollection) |
컬렉션에서 요청된 기능을 검색합니다. 기능이 없으면 InvalidOperationException throw합니다. |