IWorkItemExtensionService Members
Service that manages the IWorkItemExtensions registration.
The following tables list the members exposed by the IWorkItemExtensionService type.
Public Properties
Name | Description | |
---|---|---|
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. | |
RegisteredRootExtensions | Gets a list of the registered root WorkItem extension class types. |
Top
Public Methods
Name | Description | |
---|---|---|
InitializeExtensions | Creates and initializes the extensions for the given WorkItem. | |
RegisterExtension | Registers a type as an extension to a specific WorkItem type. | |
RegisterRootExtension | Registers a type as an extension to the root WorkItem. |
Top
See Also
Reference
IWorkItemExtensionService Interface
Microsoft.Practices.CompositeUI.Services Namespace