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
属性

注釈

注意

ここでは、廃止された型と名前空間について説明します。 詳細については、「.NET 4.5 での Windows Workflow Foundation の新機能」を参照してください。

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

コンストラクター

DesignerAction(ActivityDesigner, Int32, String)
古い.

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

DesignerAction(ActivityDesigner, Int32, String, Image)
古い.

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

プロパティ

ActionId
古い.

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

Image
古い.

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

PropertyName
古い.

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

Text
古い.

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

UserData
古い.

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

メソッド

Equals(Object)
古い.

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

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

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

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

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

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

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

MemberwiseClone()
古い.

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

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

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

(継承元 Object)

適用対象

こちらもご覧ください