ProfileUpdatedEventArgs.WorkflowType 属性

定义

获取或设置应更新其 Type 工作流的 TrackingProfileGets or sets the Type of the workflow whose TrackingProfile should be updated.

public:
 property Type ^ WorkflowType { Type ^ get(); void set(Type ^ value); };
public Type WorkflowType { get; set; }
member this.WorkflowType : Type with get, set
Public Property WorkflowType As Type

属性值

Type

工作流的 TypeThe Type of a workflow.

注解

WorkflowType 指定其跟踪配置文件已更改的工作流 TypeWorkflowType specifies the workflow Type for which the tracking profile has changed. TrackingProfile 设置为新的跟踪配置文件。TrackingProfile is set to the new tracking profile. 当运行时跟踪基础结构收到 ProfileUpdated 事件时,它将用工作流 TrackingProfile 的新 Type 更新其配置文件缓存。When the runtime tracking infrastructure receives a ProfileUpdated event it will update its profile cache with the new TrackingProfile for the workflow Type.

适用于