IKeyedServiceCollection<TKey,TService> 接口
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
可按键消除歧义的服务集合
public interface IKeyedServiceCollection<in TKey,out TService> where TService : class
public interface IKeyedServiceCollection<TKey,out TService> where TService : class
type IKeyedServiceCollection<'Key, 'Service (requires 'Service : null)> = interface
Public Interface IKeyedServiceCollection(Of In TKey, Out TService)
Public Interface IKeyedServiceCollection(Of TKey, Out TService)
类型参数
- 派生
方法
GetService(IServiceProvider, TKey) |
获取具有指定密钥的服务。 |
GetService(TKey) |
可按键消除歧义的服务集合 |
GetServices(IServiceProvider) |
获取此集合中的所有服务。 |