Activity.CompensatingEvent 字段

定义

表示针对 DependencyProperty 事件的 CompensatingRepresents the DependencyProperty that targets the Compensating event.

public: static initonly System::Workflow::ComponentModel::DependencyProperty ^ CompensatingEvent;
public static readonly System.Workflow.ComponentModel.DependencyProperty CompensatingEvent;
 staticval mutable CompensatingEvent : System.Workflow.ComponentModel.DependencyProperty
Public Shared ReadOnly CompensatingEvent As DependencyProperty 

字段值

DependencyProperty

注解

通过解析对应的依赖属性,可以间接地访问此类型的每个公共属性和事件。You indirectly access each public property and event of this type by the resolution of a corresponding dependency property. 此依赖属性是名为 XPropertyXEvent 的公共静态字段,其中 X 是对应的属性。This dependency property is the public static field named XProperty or XEvent, where X is the corresponding property.

通过解析对应的依赖属性,可以间接地访问此类型的每个公共属性和事件。You indirectly access each public property and event of this type by the resolution of a corresponding dependency property. 此依赖项属性是名为 XProperty 或 XEvent 的公共静态字段,其中 X 是对应的属性。This dependency property is the public static field named XProperty or XEvent , where X is the corresponding property.

适用于