OwinFeatureCollection.Set 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
Set(Type, Object) | |
Set<TFeature>(TFeature) |
Définit la fonctionnalité donnée dans la collection. |
Set(Type, Object)
- 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.Set(System.Type,System.Object)
public:
void Set(Type ^ key, System::Object ^ value);
public void Set (Type key, object value);
member this.Set : Type * obj -> unit
Public Sub Set (key As Type, value As Object)
Paramètres
- key
- Type
- value
- Object
S’applique à
Set<TFeature>(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
Définit la fonctionnalité donnée dans la collection.
public:
generic <typename TFeature>
virtual void Set(TFeature instance);
public void Set<TFeature> (TFeature instance);
abstract member Set : 'Feature -> unit
override this.Set : 'Feature -> unit
Public Sub Set(Of TFeature) (instance As TFeature)
Paramètres de type
- TFeature
Clé de fonctionnalité.
Paramètres
- instance
- TFeature
Valeur de fonctionnalité.