RevisionCollection (Clase)
Representa el historial de revisión de un elemento de trabajo.
Jerarquía de herencia
System.Object
Microsoft.TeamFoundation.WorkItemTracking.Common.ReadOnlyList
Microsoft.TeamFoundation.WorkItemTracking.Client.RevisionCollection
Espacio de nombres: Microsoft.TeamFoundation.WorkItemTracking.Client
Ensamblado: Microsoft.TeamFoundation.WorkItemTracking.Client (en Microsoft.TeamFoundation.WorkItemTracking.Client.dll)
Sintaxis
'Declaración
Public NotInheritable Class RevisionCollection _
Inherits ReadOnlyList
public sealed class RevisionCollection : ReadOnlyList
El tipo RevisionCollection expone los siguientes miembros.
Propiedades
Nombre | Descripción | |
---|---|---|
Count | Obtiene el número de elementos de esta colección. (Invalida a ReadOnlyList.Count). | |
IsFixedSize | Obsoleta. (Se hereda de ReadOnlyList). | |
IsReadOnly | Obsoleta. (Se hereda de ReadOnlyList). | |
IsSynchronized | Obsoleta. (Se hereda de ReadOnlyList). | |
Item | Obtiene la revisión del elemento de trabajo en el índice especificado. | |
SyncRoot | Obsoleta. (Se hereda de ReadOnlyList). |
Arriba
Métodos
Nombre | Descripción | |
---|---|---|
Contains | Comprueba si la revisión especificada existe en esta colección. | |
CopyTo | Obsoleta. (Se hereda de ReadOnlyList). | |
Equals | Determina si el objeto especificado es igual al objeto actual. (Se hereda de Object). | |
GetEnumerator | (Se hereda de ReadOnlyList). | |
GetHashCode | Sirve como la función hash predeterminada. (Se hereda de Object). | |
GetType | Obtiene el objeto Type de la instancia actual. (Se hereda de Object). | |
IndexOf | Obtiene el índice, en esta colección, la revisión especificada. | |
ToString | Devuelve una cadena que representa el objeto actual. (Se hereda de Object). |
Arriba
Implementaciones de interfaz explícita
Nombre | Descripción | |
---|---|---|
IList.Add | (Se hereda de ReadOnlyList). | |
IList.Clear | (Se hereda de ReadOnlyList). | |
IList.Contains | (Se hereda de ReadOnlyList). | |
ICollection.CopyTo | (Se hereda de ReadOnlyList). | |
ICollection.Count | (Se hereda de ReadOnlyList). | |
IList.IndexOf | (Se hereda de ReadOnlyList). | |
IList.Insert | (Se hereda de ReadOnlyList). | |
IList.IsFixedSize | (Se hereda de ReadOnlyList). | |
IList.IsReadOnly | (Se hereda de ReadOnlyList). | |
ICollection.IsSynchronized | (Se hereda de ReadOnlyList). | |
IList.Item | (Se hereda de ReadOnlyList). | |
IList.Remove | (Se hereda de ReadOnlyList). | |
IList.RemoveAt | (Se hereda de ReadOnlyList). | |
ICollection.SyncRoot | (Se hereda de ReadOnlyList). |
Arriba
Seguridad para subprocesos
Todos los miembros static (Shared en Visual Basic) públicos de este tipo son seguros para la ejecución de subprocesos. No se garantiza que los miembros de instancias sean seguros para la ejecución de subprocesos.
Vea también
Referencia
Microsoft.TeamFoundation.WorkItemTracking.Client (Espacio de nombres)