DesignerAction 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
警告
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這個類別也被裝飾服務用來新增任務項目。
建構函式
| 名稱 | Description |
|---|---|
| DesignerAction(ActivityDesigner, Int32, String, Image) |
已淘汰.
透過使用ActivityDesigner整數、字串和 Image來初始化類別的新DesignerAction實例。 |
| DesignerAction(ActivityDesigner, Int32, String) |
已淘汰.
透過使用 ActivityDesigner、整數和字串來初始化該類別的新DesignerAction實例。 |
屬性
| 名稱 | Description |
|---|---|
| ActionId |
已淘汰.
取得設計者動作的識別碼。 |
| Image |
已淘汰.
取得與設計師動作相關的影像。 |
| PropertyName |
已淘汰.
代表所關聯的房產 DesignerAction 名稱。 |
| Text |
已淘汰.
取得與設計者動作相關的文字。 |
| UserData |
已淘汰.
取得與設計者動作相關的使用者資料字典。 |
方法
| 名稱 | Description |
|---|---|
| Equals(Object) |
已淘汰.
判斷指定的物件是否等於目前的物件。 (繼承來源 Object) |
| GetHashCode() |
已淘汰.
做為預設哈希函式。 (繼承來源 Object) |
| GetType() |
已淘汰.
取得目前實例的 Type。 (繼承來源 Object) |
| Invoke() |
已淘汰.
呼叫 OnExecuteDesignerAction(DesignerAction) 與當前設計者動作相關的活動設計者的方法。 |
| MemberwiseClone() |
已淘汰.
建立目前 Object的淺層複本。 (繼承來源 Object) |
| ToString() |
已淘汰.
傳回表示目前 物件的字串。 (繼承來源 Object) |