Freigeben über


JSObjectReference(JSRuntime, Int64) Konstruktor

Definition

Initialisiert eine neue Instanz von 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)

Parameter

jsRuntime
JSRuntime

Die JSRuntime zum Aufrufen von JS-Interopaufrufen verwendete.

id
Int64

Der eindeutige Bezeichner.

Gilt für: