WorkItem.SyncToLatest Method
Updates this WorkItem to the latest committed revision. All changes that were made to the work item from the last revision will be discarded.
Namespace: Microsoft.TeamFoundation.WorkItemTracking.Client
Assembly: Microsoft.TeamFoundation.WorkItemTracking.Client (in Microsoft.TeamFoundation.WorkItemTracking.Client.dll)
Syntax
'Declaration
Public Sub SyncToLatest
'Usage
Dim instance As WorkItem
instance.SyncToLatest()
public void SyncToLatest()
public:
void SyncToLatest()
public function SyncToLatest()
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.