Share via


FromKeyedServicesAttribute(Object) コンストラクター

定義

新しい FromKeyedServicesAttribute のインスタンスを作成します。

public:
 FromKeyedServicesAttribute(System::Object ^ key);
public FromKeyedServicesAttribute (object key);
new Microsoft.Extensions.DependencyInjection.FromKeyedServicesAttribute : obj -> Microsoft.Extensions.DependencyInjection.FromKeyedServicesAttribute
Public Sub New (key As Object)

パラメーター

key
Object

バインドするキー付きサービスのキー。

適用対象