OwinFeatureCollection.Get Metoda
Definice
Důležité
Některé informace platí pro předběžně vydaný produkt, který se může zásadně změnit, než ho výrobce nebo autor vydá. Microsoft neposkytuje žádné záruky, výslovné ani předpokládané, týkající se zde uváděných informací.
Přetížení
Get(Type) | |
Get<TFeature>() |
Načte požadovanou funkci z kolekce. |
Get(Type)
- Zdroj:
- OwinFeatureCollection.cs
- Zdroj:
- OwinFeatureCollection.cs
- Zdroj:
- OwinFeatureCollection.cs
- Zdroj:
- OwinFeatureCollection.cs
- Zdroj:
- OwinFeatureCollection.cs
- Zdroj:
- OwinFeatureCollection.cs
- Zdroj:
- OwinFeatureCollection.cs
- Zdroj:
- OwinFeatureCollection.cs
- Zdroj:
- 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
Parametry
- key
- Type
Návraty
Platí pro
Get<TFeature>()
- Zdroj:
- OwinFeatureCollection.cs
- Zdroj:
- OwinFeatureCollection.cs
- Zdroj:
- OwinFeatureCollection.cs
- Zdroj:
- OwinFeatureCollection.cs
- Zdroj:
- OwinFeatureCollection.cs
- Zdroj:
- OwinFeatureCollection.cs
- Zdroj:
- OwinFeatureCollection.cs
- Zdroj:
- OwinFeatureCollection.cs
- Zdroj:
- OwinFeatureCollection.cs
Načte požadovanou funkci z kolekce.
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
Parametry typu
- TFeature
Klíč funkce.
Návraty
TFeature
Požadovaná funkce nebo hodnota null, pokud není k dispozici.