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でプロファイル キャッシュを更新します。

適用対象