KeyedServiceCollectionExtensions.GetRequiredServiceByKey<TKey,TService> 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
如果找不到服務,請依索引鍵取得服務。
public static TService GetRequiredServiceByKey<TKey,TService> (this IServiceProvider services, TKey key) where TService : class;
static member GetRequiredServiceByKey : IServiceProvider * 'Key -> 'Service (requires 'Service : null)
<Extension()>
Public Function GetRequiredServiceByKey(Of TKey, TService) (services As IServiceProvider, key As TKey) As TService
類型參數
- TKey
服務金鑰類型。
- TService
服務類型。
參數
- services
- IServiceProvider
服務提供者。
- key
- TKey
服務金鑰。
傳回
TService
服務。