次の方法で共有


DotNetDispatcher.Invoke(JSRuntime, DotNetInvocationInfo, String) メソッド

定義

JS から .NET への呼び出しを受け取り、指定したメソッドを検索して呼び出します。

public:
 static System::String ^ Invoke(Microsoft::JSInterop::JSRuntime ^ jsRuntime, Microsoft::JSInterop::Infrastructure::DotNetInvocationInfo % invocationInfo, System::String ^ argsJson);
public static string Invoke (Microsoft.JSInterop.JSRuntime jsRuntime, in Microsoft.JSInterop.Infrastructure.DotNetInvocationInfo invocationInfo, string argsJson);
public static string? Invoke (Microsoft.JSInterop.JSRuntime jsRuntime, in Microsoft.JSInterop.Infrastructure.DotNetInvocationInfo invocationInfo, string argsJson);
static member Invoke : Microsoft.JSInterop.JSRuntime * DotNetInvocationInfo * string -> string
Public Shared Function Invoke (jsRuntime As JSRuntime, ByRef invocationInfo As DotNetInvocationInfo, argsJson As String) As String

パラメーター

jsRuntime
JSRuntime

JSRuntime

argsJson
String

パラメーターの JSON 表記。

戻り値

戻り値の JSON 表現(null)。

適用対象