RenderTreeFrame.ComponentReferenceCaptureAction 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
FrameType如果 属性等于 ComponentReferenceCapture,则获取将引用写入其目标的操作。 否则,该值未定义。
public:
property Action<System::Object ^> ^ ComponentReferenceCaptureAction { Action<System::Object ^> ^ get(); };
public Action<object> ComponentReferenceCaptureAction { get; }
member this.ComponentReferenceCaptureAction : Action<obj>
Public ReadOnly Property ComponentReferenceCaptureAction As Action(Of Object)