ValuesCollection (Clase)
Una colección de valores.
Jerarquía de herencia
System.Object
Microsoft.TeamFoundation.WorkItemTracking.Common.ReadOnlyList
Microsoft.TeamFoundation.WorkItemTracking.Client.ValuesCollection
Microsoft.TeamFoundation.WorkItemTracking.Client.AllowedValuesCollection
Espacio de nombres: Microsoft.TeamFoundation.WorkItemTracking.Client
Ensamblado: Microsoft.TeamFoundation.WorkItemTracking.Client (en Microsoft.TeamFoundation.WorkItemTracking.Client.dll)
Sintaxis
'Declaración
Public Class ValuesCollection _
Inherits ReadOnlyList _
Implements IList, ICollection, IEnumerable
public class ValuesCollection : ReadOnlyList,
IList, ICollection, IEnumerable
El tipo ValuesCollection expone los siguientes miembros.
Propiedades
Nombre | Descripción | |
---|---|---|
Count | Obtiene el número de objetos 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 el valor en el índice especificado de esta colección. | |
SyncRoot | Obsoleta. (Se hereda de ReadOnlyList). |
Arriba
Métodos
Nombre | Descripción | |
---|---|---|
Contains | Comprueba si el valor especificado 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). | |
Finalize | Permite que un objeto intente liberar recursos y realizar otras operaciones de limpieza antes de ser reclamado por la recolección de elementos no utilizados. (Se hereda de Object). | |
GetEnumerator | (Se hereda de ReadOnlyList). | |
GetHashCode | Sirve como la función hash predeterminada. (Se hereda de Object). | |
GetItem | (Invalida a ReadOnlyList.GetItem(Int32)). | |
GetType | Obtiene el objeto Type de la instancia actual. (Se hereda de Object). | |
IndexOf | Obtiene el índice del valor especificado de esta colección. | |
MemberwiseClone | Crea una copia superficial del objeto Object actual. (Se hereda de Object). | |
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 | ||
ICollection.CopyTo | (Se hereda de ReadOnlyList). | |
ICollection.Count | (Se hereda de ReadOnlyList). | |
IList.IndexOf | ||
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)