IExtendedUIService 인터페이스

정의

주의

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
특성

설명

메모

이 재질에서는 사용되지 않는 형식 및 네임스페이스에 대해 설명합니다. 자세한 내용은 Windows Workflow Foundation 4.5 참조하세요.

디자이너 호스트가 IExtendedUIService 속성 브라우저 창의 속성으로 이동하고 호스트가 작업 목록에 작업 항목을 추가할 수 있도록 허용에서 제공하는 메서드 및 속성입니다.

메서드

Name Description
AddAssemblyReference(AssemblyName)
사용되지 않음.

워크플로 디자이너 호스트가 현재 프로젝트에 액세스할 어셈블리 참조를 추가하도록 지시합니다.

AddDesignerActions(DesignerAction[])
사용되지 않음.

워크플로 디자이너 호스트에서 사용 가능한 사용자 작업 목록에 디자이너 작업 배열을 추가합니다.

AddWebReference(Uri, Type)
사용되지 않음.

워크플로 디자이너의 프로젝트에 웹 리소스에 대한 참조를 추가합니다.

GetProxyClassForUrl(Uri)
사용되지 않음.

지정된 URL(유니버설 리소스 로케이터)과 연결된 프록시 클래스의 형식을 반환합니다.

GetSelectedPropertyContext()
사용되지 않음.

현재 구성 요소에 대한 컨텍스트 정보를 제공합니다.

GetUrlForProxyClass(Type)
사용되지 않음.

지정된 프록시 클래스와 연결된 웹 리소스에 대한 URL(유니버설 리소스 로케이터)을 반환합니다.

GetXsdProjectItemsInfo()
사용되지 않음.

워크플로 프로젝트에 추가된 XSD 스키마에 대해 생성된 형식을 반환합니다.

NavigateToProperty(String)
사용되지 않음.

워크플로 디자이너 호스트의 속성 브라우저에서 지정된 속성으로 이동합니다.

RemoveDesignerActions()
사용되지 않음.

워크플로 디자이너 호스트와 연결된 작업 목록의 모든 디자이너 작업을 삭제합니다.

ShowToolsOptions()
사용되지 않음.

워크플로 디자이너 호스트와 연결된 도구 옵션을 표시합니다.

적용 대상