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
- 属性
注解
注意
本材料讨论的类型和命名空间已废弃不用。 有关详细信息,请参阅 Windows Workflow Foundation 4.5 中弃用的类型。
设计器主机通过使用 IExtendedUIService 提供的方法和属性,可以在属性浏览器窗口中定位属性,并可以向任务列表中添加任务项。
方法
AddAssemblyReference(AssemblyName) |
已过时.
指示工作流设计器宿主为当前项目添加程序集引用以进行访问。 |
AddDesignerActions(DesignerAction[]) |
已过时.
将一组设计器操作添加到工作流设计器宿主的可用用户操作列表中。 |
AddWebReference(Uri, Type) |
已过时.
将对 Web 资源的引用添加到工作流设计器的项目中。 |
GetProxyClassForUrl(Uri) |
已过时.
返回与指定的通用资源定位符 (URL) 关联的代理类的类型。 |
GetSelectedPropertyContext() |
已过时.
提供有关当前组件的上下文信息。 |
GetUrlForProxyClass(Type) |
已过时.
返回与指定代理类关联的 Web 资源的通用资源定位符 (URL)。 |
GetXsdProjectItemsInfo() |
已过时.
返回为已添加到工作流项目的 XSD 架构生成的类型。 |
NavigateToProperty(String) |
已过时.
在工作流设计器宿主的属性浏览器中定位指定的属性。 |
RemoveDesignerActions() |
已过时.
删除与工作流设计器主机关联的任务列表中的所有设计器操作。 |
ShowToolsOptions() |
已过时.
显示与工作流设计器宿主关联的工具选项。 |