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.50 中的
在工作流设计图面上使用预览模式的活动设计器可以具有特定于预览显示区域的主题设置。 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) |