ProfileUpdatedEventArgs.TrackingProfile プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
ワークフロー型の新しい 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 を使用して、自身のプロファイル キャッシュを更新します。