ProfileUpdatedEventArgs 构造函数
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
初始化 ProfileUpdatedEventArgs 类的新实例。
重载
ProfileUpdatedEventArgs() |
初始化 ProfileUpdatedEventArgs 类的新实例。 |
ProfileUpdatedEventArgs(Type, TrackingProfile) |
初始化 ProfileUpdatedEventArgs 类的新实例,该类为指定的工作流 TrackingProfile 指定新的 Type。 |
ProfileUpdatedEventArgs()
初始化 ProfileUpdatedEventArgs 类的新实例。
public:
ProfileUpdatedEventArgs();
public ProfileUpdatedEventArgs ();
Public Sub New ()
注解
如果在跟踪服务内引发 ProfileUpdated 事件时使用此构造函数,您必须显式设置 WorkflowType 和 TrackingProfile。
适用于
ProfileUpdatedEventArgs(Type, TrackingProfile)
初始化 ProfileUpdatedEventArgs 类的新实例,该类为指定的工作流 TrackingProfile 指定新的 Type。
public:
ProfileUpdatedEventArgs(Type ^ workflowType, System::Workflow::Runtime::Tracking::TrackingProfile ^ profile);
public ProfileUpdatedEventArgs (Type workflowType, System.Workflow.Runtime.Tracking.TrackingProfile profile);
new System.Workflow.Runtime.Tracking.ProfileUpdatedEventArgs : Type * System.Workflow.Runtime.Tracking.TrackingProfile -> System.Workflow.Runtime.Tracking.ProfileUpdatedEventArgs
Public Sub New (workflowType As Type, profile As TrackingProfile)
参数
- workflowType
- Type
其 Type 已更改的工作流的 TrackingProfile。
- profile
- TrackingProfile
新的 TrackingProfile。
注解
创建 ProfileUpdatedEventArgs 的新实例,其 WorkflowType 设置为指定的 Type,并且 TrackingProfile 设置为指定的配置文件。