JSComponentInterop 类

定义

提供可添加、更新或删除动态根组件的 JavaScript 可调用互操作方法。 这仅用于框架使用,不应直接从应用程序代码调用。

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

构造函数

JSComponentInterop(JSComponentConfigurationStore)

构造 的 JSComponentInterop实例。 这仅适用于从框架代码使用,不应直接从应用程序代码使用。

方法

AddRootComponent(String, String)

仅供框架使用。

RemoveRootComponent(Int32)

仅供框架使用。

SetRootComponentParameters(Int32, Int32, JsonElement, JsonSerializerOptions)

仅供框架使用。

适用于