OwinFeatureCollection.Set Método
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
Sobrecargas
Set(Type, Object) | |
Set<TFeature>(TFeature) |
Establece la característica especificada en la colección. |
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)
Parámetros
- key
- Type
- value
- Object
Se aplica a
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
Establece la característica especificada en la colección.
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)
Parámetros de tipo
- TFeature
Clave de característica.
Parámetros
- instance
- TFeature
Valor de la característica.