Partager via


OwinFeatureCollection.Set Méthode

Définition

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é.

Implémente

S’applique à