Share via


WorkItem.Items Property

Gets a list of all the objects and services contained in this WorkItem.

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

Syntax

'Declaration
Public ReadOnly Property Items As ManagedObjectCollection(Of Object)
'Usage
Dim instance As WorkItem
Dim value As ManagedObjectCollection(Of Object)

value = instance.Items
public ManagedObjectCollection<Object> Items { get; }
public:
property ManagedObjectCollection<Object^>^ Items {
    ManagedObjectCollection<Object^>^ get ();
}
/** @property */
public ManagedObjectCollection<Object> get_Items ()
public function get Items () : ManagedObjectCollection<Object>

See Also

Reference

WorkItem Class
WorkItem Members
Microsoft.Practices.CompositeUI Namespace