OwinFeatureCollection.Get 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
오버로드
Get(Type) | |
Get<TFeature>() |
컬렉션에서 요청된 기능을 검색합니다. |
Get(Type)
- Source:
- OwinFeatureCollection.cs
- Source:
- OwinFeatureCollection.cs
- Source:
- OwinFeatureCollection.cs
- Source:
- OwinFeatureCollection.cs
- Source:
- OwinFeatureCollection.cs
- Source:
- OwinFeatureCollection.cs
- Source:
- OwinFeatureCollection.cs
- Source:
- OwinFeatureCollection.cs
- Source:
- OwinFeatureCollection.cs
System.Object.Get(System.Type)
public:
System::Object ^ Get(Type ^ key);
public object Get (Type key);
member this.Get : Type -> obj
Public Function Get (key As Type) As Object
매개 변수
- key
- Type
반환
적용 대상
Get<TFeature>()
- Source:
- OwinFeatureCollection.cs
- Source:
- OwinFeatureCollection.cs
- Source:
- OwinFeatureCollection.cs
- Source:
- OwinFeatureCollection.cs
- Source:
- OwinFeatureCollection.cs
- Source:
- OwinFeatureCollection.cs
- Source:
- OwinFeatureCollection.cs
- Source:
- OwinFeatureCollection.cs
- Source:
- OwinFeatureCollection.cs
컬렉션에서 요청된 기능을 검색합니다.
public:
generic <typename TFeature>
virtual TFeature Get();
public TFeature Get<TFeature> ();
abstract member Get : unit -> 'Feature
override this.Get : unit -> 'Feature
Public Function Get(Of TFeature) () As TFeature
형식 매개 변수
- TFeature
기능 키입니다.
반환
TFeature
요청된 기능 또는 null(없는 경우)입니다.