Share via


IWorkItemExtensionService.RegisteredExtensions Property

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.

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

Syntax

'Declaration
ReadOnly Property RegisteredExtensions As ReadOnlyDictionary(Of Type, IList(Of Type))
'Usage
Dim instance As IWorkItemExtensionService
Dim value As ReadOnlyDictionary(Of Type, IList(Of Type))

value = instance.RegisteredExtensions
ReadOnlyDictionary<Type,IList<Type>> RegisteredExtensions { get; }
property ReadOnlyDictionary<Type^, IList<Type^>^>^ RegisteredExtensions {
    ReadOnlyDictionary<Type^, IList<Type^>^>^ get ();
}
/** @property */
ReadOnlyDictionary<Type,IList<Type>> get_RegisteredExtensions ()
function get RegisteredExtensions () : ReadOnlyDictionary<Type,IList<Type>>

See Also

Reference

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