Share via


CoreStrings.SingletonRequired(Object, Object) メソッド

定義

'{scope}' サービス '{service}' のインスタンスを登録しようとしました。 インスタンスは、"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

パラメーター

scope
Object
service
Object

戻り値

適用対象