ServiceProvider.GetRequiredKeyedService(Type, Object) メソッド

定義

指定した型のサービス オブジェクトを取得します。

public:
 virtual System::Object ^ GetRequiredKeyedService(Type ^ serviceType, System::Object ^ serviceKey);
public object GetRequiredKeyedService (Type serviceType, object? serviceKey);
abstract member GetRequiredKeyedService : Type * obj -> obj
override this.GetRequiredKeyedService : Type * obj -> obj
Public Function GetRequiredKeyedService (serviceType As Type, serviceKey As Object) As Object

パラメーター

serviceType
Type

取得するサービスの型。

serviceKey
Object

取得するサービスのキー。

戻り値

キー付きサービス。

実装

例外

サービスが見つかりませんでした。

適用対象