JSObjectReference(JSRuntime, Int64) コンストラクター

定義

新しい 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)

パラメーター

jsRuntime
JSRuntime

JSRuntime JS 相互運用呼び出しの呼び出しに使用される 。

id
Int64

一意識別子です。

適用対象