Share via


WorkItemTypeCatalogService.RegisterWorkItem Method (Type)

See RegisterWorkItem(Type) for more information.

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

Syntax

'Declaration
Public Sub RegisterWorkItem ( _
    workItemType As Type _
)
'Usage
Dim instance As WorkItemTypeCatalogService
Dim workItemType As Type

instance.RegisterWorkItem(workItemType)
public void RegisterWorkItem (
    Type workItemType
)
public:
virtual void RegisterWorkItem (
    Type^ workItemType
) sealed
public final void RegisterWorkItem (
    Type workItemType
)
public final function RegisterWorkItem (
    workItemType : Type
)

Parameters

  • workItemType

See Also

Reference

WorkItemTypeCatalogService Class
WorkItemTypeCatalogService Members
Microsoft.Practices.CompositeUI.Services Namespace