ProfileUpdatedEventArgs.TrackingProfile プロパティ

定義

ワークフロー型の新しい TrackingProfile を取得または設定します。

public:
 property System::Workflow::Runtime::Tracking::TrackingProfile ^ TrackingProfile { System::Workflow::Runtime::Tracking::TrackingProfile ^ get(); void set(System::Workflow::Runtime::Tracking::TrackingProfile ^ value); };
public System.Workflow.Runtime.Tracking.TrackingProfile TrackingProfile { get; set; }
member this.TrackingProfile : System.Workflow.Runtime.Tracking.TrackingProfile with get, set
Public Property TrackingProfile As TrackingProfile

プロパティ値

ワークフロー型の TrackingProfile

注釈

ランタイム追跡インフラストラクチャは ProfileUpdated イベントを受け取ると、TrackingProfile で指定されたワークフロー Type の新しい WorkflowType を使用して、自身のプロファイル キャッシュを更新します。

適用対象