ProfileRemovedEventArgs 생성자
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
ProfileRemovedEventArgs 클래스의 새 인스턴스를 초기화합니다.
오버로드
| Name | Description |
|---|---|
| ProfileRemovedEventArgs() |
ProfileRemovedEventArgs 클래스의 새 인스턴스를 초기화합니다. |
| ProfileRemovedEventArgs(Type) |
지정된 워크플로ProfileRemovedEventArgs에 적용되는 클래스의 Type 새 인스턴스를 초기화합니다. |
ProfileRemovedEventArgs()
ProfileRemovedEventArgs 클래스의 새 인스턴스를 초기화합니다.
public:
ProfileRemovedEventArgs();
public ProfileRemovedEventArgs();
Public Sub New ()
설명
추적 서비스 내에서 이벤트를 발생 ProfileRemoved 시에이 생성자를 사용 하는 경우 명시적으로 설정 WorkflowType해야 합니다.
적용 대상
ProfileRemovedEventArgs(Type)
지정된 워크플로ProfileRemovedEventArgs에 적용되는 클래스의 Type 새 인스턴스를 초기화합니다.
public:
ProfileRemovedEventArgs(Type ^ workflowType);
public ProfileRemovedEventArgs(Type workflowType);
new System.Workflow.Runtime.Tracking.ProfileRemovedEventArgs : Type -> System.Workflow.Runtime.Tracking.ProfileRemovedEventArgs
Public Sub New (workflowType As Type)
매개 변수
- workflowType
- Type
제거할 워크플로 TypeTrackingProfile 입니다.
설명
지정된 ProfileRemovedEventArgs인스턴스로 WorkflowType 설정된 새 인스턴스 Type 가 만들어집니다.