OwinFeatureCollection.Get Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Überlädt
Get(Type) | |
Get<TFeature>() |
Ruft das angeforderte Feature aus der Auflistung ab. |
Get(Type)
- Quelle:
- OwinFeatureCollection.cs
- Quelle:
- OwinFeatureCollection.cs
- Quelle:
- OwinFeatureCollection.cs
- Quelle:
- OwinFeatureCollection.cs
- Quelle:
- OwinFeatureCollection.cs
- Quelle:
- OwinFeatureCollection.cs
- Quelle:
- OwinFeatureCollection.cs
- Quelle:
- OwinFeatureCollection.cs
- Quelle:
- 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
Parameter
- key
- Type
Gibt zurück
Gilt für:
Get<TFeature>()
- Quelle:
- OwinFeatureCollection.cs
- Quelle:
- OwinFeatureCollection.cs
- Quelle:
- OwinFeatureCollection.cs
- Quelle:
- OwinFeatureCollection.cs
- Quelle:
- OwinFeatureCollection.cs
- Quelle:
- OwinFeatureCollection.cs
- Quelle:
- OwinFeatureCollection.cs
- Quelle:
- OwinFeatureCollection.cs
- Quelle:
- OwinFeatureCollection.cs
Ruft das angeforderte Feature aus der Auflistung ab.
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
Typparameter
- TFeature
Der Featureschlüssel.
Gibt zurück
TFeature
Das angeforderte Feature oder NULL, wenn es nicht vorhanden ist.