This documentation is archived and is not being maintained.

Revision Class

Represents a work item revision state.

System::Object
  Microsoft.TeamFoundation.WorkItemTracking.Client::Revision

Namespace:  Microsoft.TeamFoundation.WorkItemTracking.Client
Assembly:  Microsoft.TeamFoundation.WorkItemTracking.Client (in Microsoft.TeamFoundation.WorkItemTracking.Client.dll)

public ref class Revision sealed

The Revision type exposes the following members.

  NameDescription
Public propertyAttachmentsGets the attachments of the work item in this revision.
Public propertyFieldsGets the fields of the work item in this revision.
Public propertyIndexGets the index of this revision.
Public propertyItemGets the value of the specified field in the work item of this revision.
Public propertyLinksGets the links of the work item in this revision.
Public propertyWorkItemGets the work item that is stored in this revision.
Top

  NameDescription
Public methodEqualsDetermines whether the specified object is equal to the current object. (Inherited from Object.)
Public methodGetHashCodeServes as the default hash function. (Inherited from Object.)
Public methodGetTagLineGets the tagline for this revision.
Public methodGetTypeGets the Type of the current instance. (Inherited from Object.)
Public methodToStringReturns a string that represents the current object. (Inherited from Object.)
Top

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