ActivityDesigner.Activity 属性

定义

获取 Activity 与设计器关联的值。

public:
 property System::Workflow::ComponentModel::Activity ^ Activity { System::Workflow::ComponentModel::Activity ^ get(); };
public System.Workflow.ComponentModel.Activity Activity { get; }
member this.Activity : System.Workflow.ComponentModel.Activity
Public ReadOnly Property Activity As Activity

属性值

Activity 设计器关联的。

注解

使用 > 访问活动的属性和事件。

适用于