JSObjectReference(JSRuntime, Int64) Constructeur

Définition

Initialise une nouvelle instance 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)

Paramètres

jsRuntime
JSRuntime

JSRuntime utilisé pour appeler des appels d’interopérabilité JS.

id
Int64

Identificateur unique.

S’applique à