This documentation is archived and is not being maintained.
IExtendedUIService Interface
Visual Studio 2010
Defines the methods that workflow designer hosts can call to perform advanced UI operations.
Assembly: System.Workflow.ComponentModel (in System.Workflow.ComponentModel.dll)
The IExtendedUIService type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | AddAssemblyReference | Instructs the workflow designer host to add an assembly reference for the current project to access. |
![]() | AddDesignerActions | Adds an array of designer actions to the list of available user actions in the workflow designer host. |
![]() | AddWebReference | Adds a reference to a Web resource to a project in a workflow designer. |
![]() | GetProxyClassForUrl | Returns the type of the proxy class associated with the specified universal resource locator (URL). |
![]() | GetSelectedPropertyContext | Provides contextual information about the current component. |
![]() | GetUrlForProxyClass | Returns the universal resource locator (URL) for the Web resource associated with the specified proxy class. |
![]() | GetXsdProjectItemsInfo | Returns the types that are generated for the XSD schema that is added to the workflow project. |
![]() | NavigateToProperty | Navigates to the specified property in the property browser of the workflow designer host. |
![]() | RemoveDesignerActions | Deletes all designer actions in the task list associated with the workflow designer host. |
![]() | ShowToolsOptions | Displays the tools options associated with the workflow designer host. |
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Show:
