JSObjectReference(JSRuntime, Int64) Costruttore

Definizione

Inizializza una nuova istanza di 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)

Parametri

jsRuntime
JSRuntime

Oggetto JSRuntime utilizzato per richiamare chiamate di interoperabilità JS.

id
Int64

Identificatore univoco.

Si applica a