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 更新其配置文件缓存。

适用于