RenderTreeEdit 結構
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
不建議在 Blazor 架構外部使用 Microsoft.AspNetCore.Components.RenderTree 中的類型。 這些類型在未來版本中將會變更。
public value class RenderTreeEdit
public readonly struct RenderTreeEdit
type RenderTreeEdit = struct
Public Structure RenderTreeEdit
- 繼承
-
RenderTreeEdit
欄位
MoveToSiblingIndex |
Type如果值為 PermutationListEntry ,則取得框架應該移動的同層級索引。 |
ReferenceFrameIndex |
取得相關聯轉譯框架陣列中相關資料的索引。 例如,如果 Type 值為 PrependFrame ,則會取得相關聯轉譯樹狀結構中新框架資料的索引。 |
RemovedAttributeName |
Type如果值為 RemoveAttribute ,取得要移除的屬性名稱。 |
SiblingIndex |
取得編輯所關聯之同層級框架的索引。 |
Type |
取得編輯作業的類型。 |