NodeCollection (Clase)
Representa una colección de objetos de Nodo.
Jerarquía de herencia
System.Object
Microsoft.TeamFoundation.WorkItemTracking.Common.ReadOnlyList
Microsoft.TeamFoundation.WorkItemTracking.Client.NodeCollection
Espacio de nombres: Microsoft.TeamFoundation.WorkItemTracking.Client
Ensamblado: Microsoft.TeamFoundation.WorkItemTracking.Client (en Microsoft.TeamFoundation.WorkItemTracking.Client.dll)
Sintaxis
'Declaración
Public NotInheritable Class NodeCollection _
Inherits ReadOnlyList
public sealed class NodeCollection : ReadOnlyList
El tipo NodeCollection expone los siguientes miembros.
Propiedades
Nombre | Descripción | |
---|---|---|
Count | Obtiene el número de objetos de Nodo en 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[Int32] | Obtiene el objeto de Nodo en el índice especificado de esta colección. | |
Item[String] | Obtiene el objeto de Nodo en esta colección que tiene el nombre especificado. | |
SyncRoot | Obsoleta. (Se hereda de ReadOnlyList). |
Arriba
Métodos
Nombre | Descripción | |
---|---|---|
Contains | Comprueba si el nodo especificado existe en la 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 Type de la instancia actual. (Se hereda de Object). | |
IndexOf | Obtiene el índice del Nodo especificado de esta colección. | |
ToString | Devuelve una cadena que representa el objeto actual. (Se hereda de Object). |
Arriba
Implementaciones explícitas de interfaz
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 públicos de static (Shared en Visual Basic) 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)