ComponentState 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
追蹤 與 內容 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() |
處置這個實例及其相關聯的元件。 |