IFeatureCollection 인터페이스

정의

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)

컬렉션에서 요청된 기능을 다시 시도합니다. 기능이 없으면 을 throw합니다 InvalidOperationException .

GetRequiredFeature<TFeature>(IFeatureCollection)

컬렉션에서 요청된 기능을 다시 시도합니다. 기능이 없으면 을 throw합니다 InvalidOperationException .

적용 대상