Share via


IWorkItemExtensionService Members

Service that manages the IWorkItemExtensions registration.

The following tables list the members exposed by the IWorkItemExtensionService type.

Public Properties

  Name Description
Public property RegisteredExtensions Gets a dictionary of the registered WorkItem extensions, where the key is the WorkItem type, and the value is a list of the types of classes that offer extensions for that WorkItem.
Public property RegisteredRootExtensions Gets a list of the registered root WorkItem extension class types.

Top

Public Methods

  Name Description
Public method InitializeExtensions Creates and initializes the extensions for the given WorkItem.
Public method RegisterExtension Registers a type as an extension to a specific WorkItem type.
Public method RegisterRootExtension Registers a type as an extension to the root WorkItem.

Top

See Also

Reference

IWorkItemExtensionService Interface
Microsoft.Practices.CompositeUI.Services Namespace