FromKeyedServicesAttribute コンストラクター

定義

オーバーロード

名前 説明
FromKeyedServicesAttribute()

LookupModeInheritKey に設定された新しいFromKeyedServicesAttribute インスタンスを作成します。

FromKeyedServicesAttribute(Object)

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

FromKeyedServicesAttribute()

ソース:
FromKeyedServicesAttribute.cs
ソース:
FromKeyedServicesAttribute.cs

LookupModeInheritKey に設定された新しいFromKeyedServicesAttribute インスタンスを作成します。

public:
 FromKeyedServicesAttribute();
public FromKeyedServicesAttribute();
Public Sub New ()

適用対象

FromKeyedServicesAttribute(Object)

ソース:
FromKeyedServicesAttribute.cs
ソース:
FromKeyedServicesAttribute.cs
ソース:
FromKeyedServicesAttribute.cs
ソース:
FromKeyedServicesAttribute.cs

新しい 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

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

適用対象