IWorkItemExtensionService.RegisterExtension Method

Registers a type as an extension to a specific WorkItem type.

Namespace: Microsoft.Practices.CompositeUI.Services
Assembly: Microsoft.Practices.CompositeUI (in microsoft.practices.compositeui.dll)

Syntax

'Declaration
Sub RegisterExtension ( _
    workItemType As Type, _
    extensionType As Type _
)
'Usage
Dim instance As IWorkItemExtensionService
Dim workItemType As Type
Dim extensionType As Type

instance.RegisterExtension(workItemType, extensionType)
void RegisterExtension (
    Type workItemType,
    Type extensionType
)
void RegisterExtension (
    Type^ workItemType, 
    Type^ extensionType
)
void RegisterExtension (
    Type workItemType, 
    Type extensionType
)
function RegisterExtension (
    workItemType : Type, 
    extensionType : Type
)

Parameters

  • workItemType
    The type of WorkItem to be extended.
  • extensionType
    The type of the class to perform the extension.

See Also

Reference

IWorkItemExtensionService Interface
IWorkItemExtensionService Members
Microsoft.Practices.CompositeUI.Services Namespace