ActivityPreviewDesignerTheme 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
注意
The System.Workflow.* types are deprecated. Instead, please use the new types from System.Activities.*
针对工作流设计图面上使用预览模式的活动设计器提供主题设置。 此类不能被继承。
public ref class ActivityPreviewDesignerTheme : System::Workflow::ComponentModel::Design::CompositeDesignerTheme
public class ActivityPreviewDesignerTheme : System.Workflow.ComponentModel.Design.CompositeDesignerTheme
[System.Obsolete("The System.Workflow.* types are deprecated. Instead, please use the new types from System.Activities.*")]
public class ActivityPreviewDesignerTheme : System.Workflow.ComponentModel.Design.CompositeDesignerTheme
type ActivityPreviewDesignerTheme = class
inherit CompositeDesignerTheme
[<System.Obsolete("The System.Workflow.* types are deprecated. Instead, please use the new types from System.Activities.*")>]
type ActivityPreviewDesignerTheme = class
inherit CompositeDesignerTheme
Public Class ActivityPreviewDesignerTheme
Inherits CompositeDesignerTheme
- 继承
- 属性
注解
备注
本材料讨论的类型和命名空间已废弃不用。 有关详细信息,请参阅 Windows Workflow Foundation 4.5 中弃用的类型。
在工作流设计图面上使用预览模式的活动设计器可以具有特定于预览显示区的主题设置。 ActivityPreviewDesignerTheme 包含提供这些预览区特定设置的属性。
在添加到工作流设计图面时提供预览模式的活动包括 ConditionedActivityGroup 和 EventHandlersActivity。
构造函数
ActivityPreviewDesignerTheme(WorkflowTheme) |
初始化 ActivityPreviewDesignerTheme 类的新实例。 |
属性
方法
Dispose(Boolean) |
释放由 ActivityPreviewDesignerTheme 占用的非托管资源,还可以另外再释放托管资源。 |
Equals(Object) |
确定指定对象是否等于当前对象。 (继承自 Object) |
GetBackgroundBrush(Rectangle) |
获取用于绘制由传递的矩形指定的区域的画笔。 (继承自 ActivityDesignerTheme) |
GetExpandButtonBackgroundBrush(Rectangle) |
检索一个画笔,它定义复合活动设计器上的展开按钮的背景显示属性。 (继承自 CompositeDesignerTheme) |
GetHashCode() |
作为默认哈希函数。 (继承自 Object) |
GetType() |
获取当前实例的 Type。 (继承自 Object) |
Initialize() |
针对未由 ActivityPreviewDesignerTheme 执行的 ActivityPreviewDesignerTheme(WorkflowTheme),执行任何附加的初始化任务。 |
MemberwiseClone() |
创建当前 Object 的浅表副本。 (继承自 Object) |
OnAmbientPropertyChanged(AmbientProperty) |
向 ActivityPreviewDesignerTheme 通知设计器的环境属性设置已发生更改。 |
ToString() |
返回表示当前对象的字符串。 (继承自 Object) |
显式接口实现
IDisposable.Dispose() |
执行与释放或重置非托管资源关联的应用程序定义的任务。 (继承自 DesignerTheme) |