WorkItem Class

Defines the work item into which smart parts run.

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

Syntax

'Declaration
Public Class WorkItem
    Implements IBuilderAware, IDisposable
'Usage
Dim instance As WorkItem
public class WorkItem : IBuilderAware, IDisposable
public ref class WorkItem : IBuilderAware, IDisposable
public class WorkItem implements IBuilderAware, IDisposable
public class WorkItem implements IBuilderAware, IDisposable

Inheritance Hierarchy

System.Object
  Microsoft.Practices.CompositeUI.WorkItem

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

WorkItem Members
Microsoft.Practices.CompositeUI Namespace