DesignerAction 类

定义

注意

The System.Workflow.* types are deprecated. Instead, please use the new types from System.Activities.*

将对工作流设计图面上的活动设计器采取的操作与 ActivityDesigner 关联。 此类不能被继承。

public ref class DesignerAction sealed
public sealed class DesignerAction
[System.Obsolete("The System.Workflow.* types are deprecated.  Instead, please use the new types from System.Activities.*")]
public sealed class DesignerAction
type DesignerAction = class
[<System.Obsolete("The System.Workflow.* types are deprecated.  Instead, please use the new types from System.Activities.*")>]
type DesignerAction = class
Public NotInheritable Class DesignerAction
继承
DesignerAction
属性

注解

注意

本材料讨论的类型和命名空间已废弃不用。 有关详细信息,请参阅 Windows Workflow Foundation 4.5 中弃用的类型

设计器操作是在工作流设计图面上激活设计器标志符号时执行的一种用户操作。 DesignerAction 类用于指示操作。 DesignerAction 类还可由修饰服务用于添加任务项。

构造函数

DesignerAction(ActivityDesigner, Int32, String)
已过时.

使用 DesignerAction、整数和字符串初始化 ActivityDesigner 类的新实例。

DesignerAction(ActivityDesigner, Int32, String, Image)
已过时.

使用 DesignerAction、整数、字符串和 ActivityDesigner 初始化 Image 类的新实例。

属性

ActionId
已过时.

获取设计器操作的标识符。

Image
已过时.

获取与设计器操作关联的图像。

PropertyName
已过时.

表示与 DesignerAction 关联的属性的名称。

Text
已过时.

获取与设计器操作关联的文本。

UserData
已过时.

获取与设计器操作关联的用户数据的字典。

方法

Equals(Object)
已过时.

确定指定对象是否等于当前对象。

(继承自 Object)
GetHashCode()
已过时.

作为默认哈希函数。

(继承自 Object)
GetType()
已过时.

获取当前实例的 Type

(继承自 Object)
Invoke()
已过时.

调用与当前设计器操作关联的活动设计器的 OnExecuteDesignerAction(DesignerAction) 方法。

MemberwiseClone()
已过时.

创建当前 Object 的浅表副本。

(继承自 Object)
ToString()
已过时.

返回表示当前对象的字符串。

(继承自 Object)

适用于

另请参阅