Compartir a través de


CoreStrings.SingletonRequired(Object, Object) Método

Definición

Se intentó registrar una instancia del servicio '{scope}' '{service}'. Las instancias solo se pueden registrar para los servicios "Singleton".

public static string SingletonRequired (object scope, object service);
public static string SingletonRequired (object? scope, object? service);
static member SingletonRequired : obj * obj -> string
Public Shared Function SingletonRequired (scope As Object, service As Object) As String

Parámetros

scope
Object
service
Object

Devoluciones

Se aplica a