ActivityDesigner.Activity プロパティ

定義

デザイナーに関連付けられた Activity を取得します。

public:
 property System::Workflow::ComponentModel::Activity ^ Activity { System::Workflow::ComponentModel::Activity ^ get(); };
public System.Workflow.ComponentModel.Activity Activity { get; }
member this.Activity : System.Workflow.ComponentModel.Activity
Public ReadOnly Property Activity As Activity

プロパティ値

デザイナーに関連付けられた Activity

注釈

アクティビティのプロパティおよびイベントにアクセスするには、Activity を使用します。

適用対象