RenderTreeFrame.ElementReferenceCaptureAction プロパティ

定義

プロパティが FrameType と等しい場合は、 ElementReferenceCaptureターゲットへの参照を書き込むアクションを取得します。 それ以外の場合、値は未定義です。

public:
 property Action<Microsoft::AspNetCore::Components::ElementReference> ^ ElementReferenceCaptureAction { Action<Microsoft::AspNetCore::Components::ElementReference> ^ get(); };
public Action<Microsoft.AspNetCore.Components.ElementReference> ElementReferenceCaptureAction { get; }
member this.ElementReferenceCaptureAction : Action<Microsoft.AspNetCore.Components.ElementReference>
Public ReadOnly Property ElementReferenceCaptureAction As Action(Of ElementReference)

プロパティ値

適用対象