ServiceProviderKeyedServiceExtensions クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
IServiceProviderからサービスを取得するための拡張メソッド。
public ref class ServiceProviderKeyedServiceExtensions abstract sealed
public static class ServiceProviderKeyedServiceExtensions
type ServiceProviderKeyedServiceExtensions = class
Public Module ServiceProviderKeyedServiceExtensions
- 継承
-
ServiceProviderKeyedServiceExtensions
メソッド
| 名前 | 説明 |
|---|---|
| GetKeyedService(IServiceProvider, Type, Object) |
|
| GetKeyedService<T>(IServiceProvider, Object) |
|
| GetKeyedServices(IServiceProvider, Type, Object) |
|
| GetKeyedServices<T>(IServiceProvider, Object) |
|
| GetRequiredKeyedService(IServiceProvider, Type, Object) |
|
| GetRequiredKeyedService<T>(IServiceProvider, Object) |
|