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
属性值
工作流类型的 A TrackingProfile 。
注解
当运行时跟踪基础结构收到事件ProfileUpdated时,它将使用指定的TrackingProfile工作流Type的新增WorkflowType功能更新其配置文件缓存。