IComponent インターフェイス

定義

UI コンポーネントを表します。

public interface class IComponent
public interface IComponent
type IComponent = interface
Public Interface IComponent
派生

メソッド

Attach(RenderHandle)

コンポーネントを に RenderHandleアタッチします。

SetParametersAsync(ParameterView)

レンダリング ツリー内のコンポーネントの親によって提供されるパラメーターを設定します。

適用対象