This documentation is archived and is not being maintained.

IExtendedUIService Interface

Defines the methods that workflow designer hosts can call to perform advanced UI operations.

Namespace:  System.Workflow.ComponentModel.Design
Assembly:  System.Workflow.ComponentModel (in System.Workflow.ComponentModel.dll)

public interface class IExtendedUIService

The IExtendedUIService type exposes the following members.

  NameDescription
Public methodAddAssemblyReferenceInstructs the workflow designer host to add an assembly reference for the current project to access.
Public methodAddDesignerActionsAdds an array of designer actions to the list of available user actions in the workflow designer host.
Public methodAddWebReferenceAdds a reference to a Web resource to a project in a workflow designer.
Public methodGetProxyClassForUrlReturns the type of the proxy class associated with the specified universal resource locator (URL).
Public methodGetSelectedPropertyContextProvides contextual information about the current component.
Public methodGetUrlForProxyClassReturns the universal resource locator (URL) for the Web resource associated with the specified proxy class.
Public methodGetXsdProjectItemsInfoReturns the types that are generated for the XSD schema that is added to the workflow project.
Public methodNavigateToPropertyNavigates to the specified property in the property browser of the workflow designer host.
Public methodRemoveDesignerActionsDeletes all designer actions in the task list associated with the workflow designer host.
Public methodShowToolsOptionsDisplays the tools options associated with the workflow designer host.
Top

The methods and properties provided by IExtendedUIService allow designer hosts to navigate to properties in the property browser window and allow the hosts to add task items to the task list.

.NET Framework

Supported in: 4, 3.5, 3.0

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: