共用方式為


JSComponentInterop 類別

定義

提供 JavaScript 可呼叫的 Interop 方法,可新增、更新或移除動態根元件。 這僅供架構使用,不應直接從應用程式程式碼呼叫。

public class JSComponentInterop
type JSComponentInterop = class
Public Class JSComponentInterop
繼承
JSComponentInterop

建構函式

JSComponentInterop(JSComponentConfigurationStore)

建構 的 JSComponentInterop 實例。 這僅供架構程式碼使用,不應直接從應用程式程式碼使用。

方法

AddRootComponent(String, String)

僅供架構使用。

RemoveRootComponent(Int32)

僅供架構使用。

SetRootComponentParameters(Int32, Int32, JsonElement, JsonSerializerOptions)

僅供架構使用。

適用於