Share via


IWorkItemTypeCatalogService.RegisteredWorkItemTypes Property

Returns the list of registered WorkItem types.

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

Syntax

'Declaration
ReadOnly Property RegisteredWorkItemTypes As ICollection(Of Type)
'Usage
Dim instance As IWorkItemTypeCatalogService
Dim value As ICollection(Of Type)

value = instance.RegisteredWorkItemTypes
ICollection<Type> RegisteredWorkItemTypes { get; }
property ICollection<Type^>^ RegisteredWorkItemTypes {
    ICollection<Type^>^ get ();
}
/** @property */
ICollection<Type> get_RegisteredWorkItemTypes ()
function get RegisteredWorkItemTypes () : ICollection<Type>

See Also

Reference

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