WorkItemTypeCatalogService.RegisteredWorkItemTypes Property
See RegisteredWorkItemTypes for more information.
Namespace: Microsoft.Practices.CompositeUI.Services
Assembly: Microsoft.Practices.CompositeUI (in microsoft.practices.compositeui.dll)
Syntax
'Declaration
Public ReadOnly Property RegisteredWorkItemTypes As ICollection(Of Type)
'Usage
Dim instance As WorkItemTypeCatalogService
Dim value As ICollection(Of Type)
value = instance.RegisteredWorkItemTypes
public ICollection<Type> RegisteredWorkItemTypes { get; }
public:
virtual property ICollection<Type^>^ RegisteredWorkItemTypes {
ICollection<Type^>^ get () sealed;
}
/** @property */
public final ICollection<Type> get_RegisteredWorkItemTypes ()
public final function get RegisteredWorkItemTypes () : ICollection<Type>
See Also
Reference
WorkItemTypeCatalogService Class
WorkItemTypeCatalogService Members
Microsoft.Practices.CompositeUI.Services Namespace