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) |
從這個集合取得所有服務。 |