RenderTreeFrame.ComponentReferenceCaptureAction フィールド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
プロパティが FrameType と等しい場合は、 ComponentReferenceCaptureターゲットへの参照を書き込むアクションを取得します。 それ以外の場合、値は未定義です。
public: initonly Action<System::Object ^> ^ ComponentReferenceCaptureAction;
public readonly Action<object> ComponentReferenceCaptureAction;
val mutable ComponentReferenceCaptureAction : Action<obj>
Public ReadOnly ComponentReferenceCaptureAction As Action(Of Object)