This documentation is archived and is not being maintained.

RevisionCollection Class

Represents the revision history of a work item.

System::Object
  Microsoft.TeamFoundation.WorkItemTracking.Common::ReadOnlyList
    Microsoft.TeamFoundation.WorkItemTracking.Client::RevisionCollection

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

public ref class RevisionCollection sealed : public ReadOnlyList

The RevisionCollection type exposes the following members.

  NameDescription
Public propertyCountGets the number of elements in this collection. (Overrides ReadOnlyList::Count.)
Public propertyIsFixedSize Obsolete. (Inherited from ReadOnlyList.)
Public propertyIsReadOnly Obsolete. (Inherited from ReadOnlyList.)
Public propertyIsSynchronized Obsolete. (Inherited from ReadOnlyList.)
Public propertyItemGets the work item revision at the specified index.
Public propertySyncRoot Obsolete. (Inherited from ReadOnlyList.)
Top

  NameDescription
Public methodContainsChecks whether the specified revision exists in this collection.
Public methodCopyTo Obsolete. (Inherited from ReadOnlyList.)
Public methodEqualsDetermines whether the specified object is equal to the current object. (Inherited from Object.)
Public methodGetEnumerator (Inherited from ReadOnlyList.)
Public methodGetHashCodeServes as the default hash function. (Inherited from Object.)
Public methodGetTypeGets the Type of the current instance. (Inherited from Object.)
Public methodIndexOfGets the index, in this collection, of the specified revision.
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: