RenderTreeEdit 结构

定义

不建议在 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

获取编辑操作的类型。

适用于