OwinFeatureCollection.Get Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
Get(Type) | |
Get<TFeature>() |
Récupère la fonctionnalité demandée à partir de la collection. |
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
Paramètres
- key
- Type
Retours
S’applique à
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
Récupère la fonctionnalité demandée à partir de la collection.
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
Paramètres de type
- TFeature
Clé de fonctionnalité.
Retours
TFeature
Fonctionnalité demandée ou null si elle n’est pas présente.