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
- 繼承
- 屬性
備註
Note
此數據會討論已過時的類型和命名空間。 欲了解更多資訊,請參閱 Windows Workflow Foundation 4.5 中的
在工作流程設計表面使用預覽模式的活動設計器,可以針對預覽顯示區域設定專屬主題。 ActivityPreviewDesignerTheme 包含提供這些預覽區域特定設定的屬性。
在加入工作流程設計表面時,提供預覽模式的活動包括 ConditionedActivityGroup 和 EventHandlersActivity。
建構函式
| 名稱 | Description |
|---|---|
| ActivityPreviewDesignerTheme(WorkflowTheme) |
已淘汰.
初始化 ActivityPreviewDesignerTheme 類別的新執行個體。 |
屬性
方法
| 名稱 | Description |
|---|---|
| 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) |
明確介面實作
| 名稱 | Description |
|---|---|
| IDisposable.Dispose() |
已淘汰.
執行與釋放、釋放或重設非受控資源相關聯的應用程式定義工作。 (繼承來源 DesignerTheme) |