共用方式為


ComponentState 類別

定義

追蹤 與 內容 Microsoft.AspNetCore.Components.Rendering.ComponentState.Renderer 中實例相關聯的 IComponent 轉譯狀態。 這是 的內部實作詳細資料 Microsoft.AspNetCore.Components.Rendering.ComponentState.Renderer

public class ComponentState : IAsyncDisposable
type ComponentState = class
    interface IAsyncDisposable
Public Class ComponentState
Implements IAsyncDisposable
繼承
ComponentState
實作

建構函式

ComponentState(Renderer, Int32, IComponent, ComponentState)

建構 的 ComponentState 實例。

屬性

Component

取得元件實例。

ComponentId

取得元件識別碼。

LogicalParentComponentState

ComponentState取得邏輯父元件的 ,如果這是根元件,則為 null。

ParentComponentState

ComponentState取得父元件的 ,如果這是根元件,則為 null。

方法

DisposeAsync()

處置這個實例及其相關聯的元件。

適用於