Share via


WorkItem.Commands Property

List of commands registered with the WorkItem.

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

Syntax

'Declaration
Public ReadOnly Property Commands As ManagedObjectCollection(Of Command)
'Usage
Dim instance As WorkItem
Dim value As ManagedObjectCollection(Of Command)

value = instance.Commands
public ManagedObjectCollection<Command> Commands { get; }
public:
property ManagedObjectCollection<Command^>^ Commands {
    ManagedObjectCollection<Command^>^ get ();
}
/** @property */
public ManagedObjectCollection<Command> get_Commands ()
public function get Commands () : ManagedObjectCollection<Command>

See Also

Reference

WorkItem Class
WorkItem Members
Microsoft.Practices.CompositeUI Namespace