IWorkflowRootDesigner 인터페이스
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
주의
The System.Workflow.* types are deprecated. Instead, please use the new types from System.Activities.*
호출 디자이너 및 메시지 필터 속성을 정의하고 활동이 모든 워크플로 루트 디자이너에게 지원되는지 확인하는 메서드를 정의합니다.
public interface class IWorkflowRootDesigner : IDisposable, System::ComponentModel::Design::IRootDesigner
public interface IWorkflowRootDesigner : IDisposable, System.ComponentModel.Design.IRootDesigner
[System.Obsolete("The System.Workflow.* types are deprecated. Instead, please use the new types from System.Activities.*")]
public interface IWorkflowRootDesigner : IDisposable, System.ComponentModel.Design.IRootDesigner
type IWorkflowRootDesigner = interface
interface IRootDesigner
interface IDesigner
interface IDisposable
[<System.Obsolete("The System.Workflow.* types are deprecated. Instead, please use the new types from System.Activities.*")>]
type IWorkflowRootDesigner = interface
interface IRootDesigner
interface IDesigner
interface IDisposable
Public Interface IWorkflowRootDesigner
Implements IDisposable, IRootDesigner
- 파생
- 특성
- 구현
설명
참고
이 자료에서는 더 이상 사용되지 않는 형식과 네임스페이스에 대해 설명합니다. 자세한 내용은 Deprecated Types in Windows Workflow Foundation 4.5(Windows Workflow Foundation 4.5에서 사용되지 않는 형식)를 참조하세요.
모든 워크플로 루트 디자이너는 ActivityDesigner 형식이거나 이 형식에서 상속됩니다.
속성
Component |
사용되지 않음.
해당 디자이너가 디자인하고 있는 기본 구성 요소를 가져옵니다. (다음에서 상속됨 IDesigner) |
InvokingDesigner |
사용되지 않음.
워크플로 루트 디자이너를 초기화하도록 요청한 CompositeActivityDesigner를 가져오거나 설정합니다. |
MessageFilters |
사용되지 않음.
워크플로 루트 디자이너와 연결된 메시지 필터를 가져옵니다. |
SupportedTechnologies |
사용되지 않음.
해당 디자이너에서 표시하기 위해 지원할 수 있는 기술을 가져옵니다. (다음에서 상속됨 IRootDesigner) |
SupportsLayoutPersistence |
사용되지 않음.
실제 워크플로 루트 디자이너가 레이아웃 지속성을 지원하는지 여부를 나타내는 값을 가져옵니다. |
Verbs |
사용되지 않음.
디자이너가 지원하는 디자인 타임 동사의 컬렉션을 가져옵니다. (다음에서 상속됨 IDesigner) |
메서드
Dispose() |
사용되지 않음.
관리되지 않는 리소스의 확보, 해제 또는 다시 설정과 관련된 애플리케이션 정의 작업을 수행합니다. (다음에서 상속됨 IDisposable) |
DoDefaultAction() |
사용되지 않음.
이 디자이너에 대한 기본 작업을 수행합니다. (다음에서 상속됨 IDesigner) |
GetView(ViewTechnology) |
사용되지 않음.
지정한 뷰 기술에 대한 뷰 개체를 가져옵니다. (다음에서 상속됨 IRootDesigner) |
Initialize(IComponent) |
사용되지 않음.
디자이너를 지정된 구성 요소로 초기화합니다. (다음에서 상속됨 IDesigner) |
IsSupportedActivityType(Type) |
사용되지 않음.
지정된 형식이 현재 워크플로 디자이너에서 지원되는지 여부를 나타내는 값을 반환합니다. |
적용 대상
.NET