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의 새 인스턴스가 만들어집니다.
적용 대상
.NET