Compartir a través de


JSObjectReference(JSRuntime, Int64) Constructor

Definición

Inicializa una nueva instancia de JSObjectReference.

protected public:
 JSObjectReference(Microsoft::JSInterop::JSRuntime ^ jsRuntime, long id);
protected internal JSObjectReference (Microsoft.JSInterop.JSRuntime jsRuntime, long id);
new Microsoft.JSInterop.Implementation.JSObjectReference : Microsoft.JSInterop.JSRuntime * int64 -> Microsoft.JSInterop.Implementation.JSObjectReference
Protected Friend Sub New (jsRuntime As JSRuntime, id As Long)

Parámetros

jsRuntime
JSRuntime

que JSRuntime se usa para invocar llamadas de interoperabilidad de JS.

id
Int64

El identificador único.

Se aplica a