OwinFeatureCollection.Set 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
重载
Set(Type, Object) | |
Set<TFeature>(TFeature) |
设置集合中的给定功能。 |
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)
参数
- key
- Type
- value
- Object
适用于
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
设置集合中的给定功能。
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)
类型参数
- TFeature
功能键。
参数
- instance
- TFeature
功能值。