Click to Rate and Give Feedback
Collapse All/Expand All Collapse All
This page is specific to
Microsoft Visual Studio 2005/.NET Framework 2.0

Other versions are also available for the following:
Reference for Team Foundation Server SDK
WorkItem.Revisions Property

Gets the collection of previous revisions to this WorkItem.

Namespace: Microsoft.TeamFoundation.WorkItemTracking.Client
Assembly: Microsoft.TeamFoundation.WorkItemTracking.Client (in microsoft.teamfoundation.workitemtracking.client.dll)

Visual Basic (Declaration)
Public ReadOnly Property Revisions As RevisionCollection
Visual Basic (Usage)
Dim instance As WorkItem
Dim value As RevisionCollection

value = instance.Revisions
C#
public RevisionCollection Revisions { get; }
C++
public:
property RevisionCollection^ Revisions {
	RevisionCollection^ get ();
}
J#
/** @property */
public RevisionCollection get_Revisions ()
JScript
public function get Revisions () : RevisionCollection
Tags What's this?: Add a tag
Community Content   What is Community Content?
Add new content RSS  Annotations
Processing
© 2009 Microsoft Corporation. All rights reserved. Terms of Use | Trademarks | Privacy Statement
Page view tracker