This documentation is archived and is not being maintained.
IWorkItemControl Interface
Visual Studio 2013
This interface covers the minimal definition of a work item tracking control.
Namespace: Microsoft.TeamFoundation.WorkItemTracking.Controls
Assembly: Microsoft.TeamFoundation.WorkItemTracking.Controls (in Microsoft.TeamFoundation.WorkItemTracking.Controls.dll)
The IWorkItemControl type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | Properties | Gets or sets the custom properties that can be used to initialize control state |
![]() | ReadOnly | Gets or sets a value indicating whether this control is read only or not. |
![]() | WorkItemDatasource | Gets or sets the work item data source bound to this control. |
![]() | WorkItemFieldName | The name of the field to be modified by the control. |
| Name | Description | |
|---|---|---|
![]() | Clear | Clears the current value of the control. |
![]() | FlushToDatasource | Flushes the current control value to the data source (bound field). |
![]() | InvalidateDatasource | Invalidates the data source used by this control, which causes the control to reset its state based on the current field binding. |
![]() | SetSite | Allows platform to provide ServiceProvider implementation to control. |
| Name | Description | |
|---|---|---|
![]() | AfterUpdateDatasource | This event is signaled by control implementations preceeded by BeforeUpdateDatasource to avoid invalidation notifications stemming from changes performed by the control itself. |
![]() | BeforeUpdateDatasource | This event is signaled by control implementations when updating Data Source followed by a signal to AfterUpdateDatasource to avoid invalidation notifications stemming from changes performed by the control itself. |
Show:
