Share via


FromKeyedServicesAttribute(Object) Constructor

Definición

Crea una nueva instancia de 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)

Parámetros

key
Object

Clave del servicio con clave al que se va a enlazar.

Se aplica a