RenderBatch 구조체

정의

Microsoft.AspNetCore.Components.RenderTree의 형식은 Blazor 프레임워크 외부에서 사용하지 않는 것이 좋습니다. 이러한 형식은 향후 릴리스에서 변경될 예정입니다.

public value class RenderBatch
public readonly struct RenderBatch
type RenderBatch = struct
Public Structure RenderBatch
상속
RenderBatch

속성

DisposedComponentIDs

삭제된 구성 요소의 ID를 가져옵니다.

DisposedEventHandlerIDs

삭제된 이벤트 처리기의 ID를 가져옵니다.

NamedEventChanges

변경된 명명된 이벤트 또는 null을 가져옵니다.

ReferenceFrames

의 항목에서 참조할 수 있는 렌더링 프레임을 UpdatedComponents가져옵니다. 예를 들어 형식 PrependFrame 의 편집 항목은 이 배열의 항목을 가리키며 앞에 추가할 하위 트리를 지정합니다.

UpdatedComponents

추가되거나 업데이트된 구성 요소의 변경 내용을 가져옵니다.

적용 대상