Share via


WorkItem.SmartParts Property

Returns a collection describing the child smart parts (objects with the SmartPartAttribute applied to them) in this WorkItem.

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

Syntax

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

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

See Also

Reference

WorkItem Class
WorkItem Members
Microsoft.Practices.CompositeUI Namespace