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