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 のDeprecated 型」を参照してください。

デザイナー アクションは、ワークフロー デザイン サーフェイスでデザイナー グリフをアクティブ化するときに実行されるユーザー アクションです。 DesignerAction クラスは、アクションを示すために使用されます。 DesignerAction クラスは、装飾サービスによってタスク 項目を追加するためにも使用されます。

コンストラクター

名前 説明
DesignerAction(ActivityDesigner, Int32, String, Image)
古い.

ActivityDesigner、整数、文字列、およびImageを使用して、DesignerAction クラスの新しいインスタンスを初期化します。

DesignerAction(ActivityDesigner, Int32, String)
古い.

ActivityDesigner、整数、および文字列を使用して、DesignerAction クラスの新しいインスタンスを初期化します。

プロパティ

名前 説明
ActionId
古い.

デザイナー アクションの識別子を取得します。

Image
古い.

デザイナー アクションに関連付けられているイメージを取得します。

PropertyName
古い.

DesignerActionが関連付けられているプロパティの名前を表します。

Text
古い.

デザイナー アクションに関連付けられているテキストを取得します。

UserData
古い.

デザイナー アクションに関連付けられているユーザー データのディクショナリを取得します。

メソッド

名前 説明
Equals(Object)
古い.

指定されたオブジェクトが現在のオブジェクトと等しいかどうかを判断します。

(継承元 Object)
GetHashCode()
古い.

既定のハッシュ関数として機能します。

(継承元 Object)
GetType()
古い.

現在のインスタンスの Type を取得します。

(継承元 Object)
Invoke()
古い.

現在のデザイナー アクションに関連付けられているアクティビティ デザイナーの OnExecuteDesignerAction(DesignerAction) メソッドを呼び出します。

MemberwiseClone()
古い.

現在の Objectの簡易コピーを作成します。

(継承元 Object)
ToString()
古い.

現在のオブジェクトを表す文字列を返します。

(継承元 Object)

適用対象

こちらもご覧ください