Defines the interface for a
WorkItem control. This interface also contains a collection class for creating a list of these controls.
Namespace: Microsoft.TeamFoundation.WorkItemTracking.Controls
Assembly: Microsoft.TeamFoundation.WorkItemTracking.Controls (in microsoft.teamfoundation.workitemtracking.controls.dll)

Syntax
Visual Basic (Declaration) |
Public Interface IWorkItemControl |
|
Dim instance As IWorkItemControl
|
|
public interface IWorkItemControl |
|
public interface class IWorkItemControl |
|
public interface IWorkItemControl |
|
public interface IWorkItemControl |

Remarks
This interface must be implemented by all the controls that are used in the Work Item Object Model Client.

See Also