ProfileUpdatedEventArgs 생성자
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
ProfileUpdatedEventArgs 클래스의 새 인스턴스를 초기화합니다.
오버로드
| Name | Description |
|---|---|
| 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
설명
지정된 프로필로 설정되고 ProfileUpdatedEventArgs 지정된 WorkflowType 프로필로 Type 설정된 새 인스턴스 TrackingProfile 가 만들어집니다.