IExtendedUIService 인터페이스
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
주의
The System.Workflow.* types are deprecated. Instead, please use the new types from System.Activities.*
워크플로 디자이너 호스트가 고급 UI 작업을 수행하기 위해 호출할 수 있는 메서드를 정의합니다.
public interface class IExtendedUIService
public interface IExtendedUIService
[System.Obsolete("The System.Workflow.* types are deprecated. Instead, please use the new types from System.Activities.*")]
public interface IExtendedUIService
type IExtendedUIService = interface
[<System.Obsolete("The System.Workflow.* types are deprecated. Instead, please use the new types from System.Activities.*")>]
type IExtendedUIService = interface
Public Interface IExtendedUIService
- 특성
설명
참고
이 자료에서는 더 이상 사용되지 않는 형식과 네임스페이스에 대해 설명합니다. 자세한 내용은 Deprecated Types in Windows Workflow Foundation 4.5(Windows Workflow Foundation 4.5에서 사용되지 않는 형식)를 참조하세요.
IExtendedUIService에 의해 제공되는 메서드 및 속성을 사용하면 디자이너 호스트는 속성 브라우저 창에서 속성을 탐색할 수 있으며 호스트는 작업 항목을 작업 목록에 추가할 수 있습니다.
메서드
AddAssemblyReference(AssemblyName) |
워크플로 디자이너 호스트가 액세스할 현재 프로젝트의 어셈블리 참조를 추가하도록 지시합니다. |
AddDesignerActions(DesignerAction[]) |
워크플로 디자이너 호스트에서 사용 가능한 사용자 작업 목록에 디자이너 작업 배열을 추가합니다. |
AddWebReference(Uri, Type) |
웹 리소스에 대한 참조를 워크플로 디자이너의 프로젝트에 추가합니다. |
GetProxyClassForUrl(Uri) |
지정된 URL과 연결된 프록시 클래스의 형식을 반환합니다. |
GetSelectedPropertyContext() |
현재 구성 요소에 대한 컨텍스트 정보를 제공합니다. |
GetUrlForProxyClass(Type) |
지정된 프록시 클래스와 연결된 웹 리소스의 URL(Universal Resource Locator)을 반환합니다. |
GetXsdProjectItemsInfo() |
워크플로 프로젝트에 추가된 XSD 스키마에 대해 생성된 형식을 반환합니다. |
NavigateToProperty(String) |
워크플로 디자이너 호스트의 속성 브라우저에서 지정된 속성을 탐색합니다. |
RemoveDesignerActions() |
워크플로 디자이너 호스트와 연결된 작업 목록에서 디자이너 작업을 모두 삭제합니다. |
ShowToolsOptions() |
워크플로 디자이너 호스트와 연결된 도구 옵션을 표시합니다. |