次の方法で共有


RenderBatch.ReferenceFrames プロパティ

定義

内のエントリによって参照される可能性があるレンダリング フレームを UpdatedComponents取得します。 たとえば、型 PrependFrame のエントリを編集すると、この配列内のエントリをポイントして、先頭に追加するサブツリーが指定されます。

public:
 property Microsoft::AspNetCore::Components::RenderTree::ArrayRange<Microsoft::AspNetCore::Components::RenderTree::RenderTreeFrame> ReferenceFrames { Microsoft::AspNetCore::Components::RenderTree::ArrayRange<Microsoft::AspNetCore::Components::RenderTree::RenderTreeFrame> get(); };
public Microsoft.AspNetCore.Components.RenderTree.ArrayRange<Microsoft.AspNetCore.Components.RenderTree.RenderTreeFrame> ReferenceFrames { get; }
member this.ReferenceFrames : Microsoft.AspNetCore.Components.RenderTree.ArrayRange<Microsoft.AspNetCore.Components.RenderTree.RenderTreeFrame>
Public ReadOnly Property ReferenceFrames As ArrayRange(Of RenderTreeFrame)

プロパティ値

適用対象