LinkCollection (Clase)
Representa la colección de objetos de vínculo que pertenece a un WorkItem.
Jerarquía de herencia
System.Object
Microsoft.TeamFoundation.WorkItemTracking.Common.VariableSizeList
Microsoft.TeamFoundation.WorkItemTracking.Client.LinkCollection
Espacio de nombres: Microsoft.TeamFoundation.WorkItemTracking.Client
Ensamblado: Microsoft.TeamFoundation.WorkItemTracking.Client (en Microsoft.TeamFoundation.WorkItemTracking.Client.dll)
Sintaxis
'Declaración
Public NotInheritable Class LinkCollection _
Inherits VariableSizeList _
Implements IList, ICollection, IEnumerable
public sealed class LinkCollection : VariableSizeList,
IList, ICollection, IEnumerable
El tipo LinkCollection expone los siguientes miembros.
Propiedades
Nombre | Descripción | |
---|---|---|
Count | Obtiene el número de objetos de vínculos en esta colección. (Invalida a VariableSizeList.Count). | |
IsFixedSize | Obsoleta. (Se hereda de VariableSizeList). | |
IsReadOnly | Obsoleta. (Se hereda de VariableSizeList). | |
IsSynchronized | Obsoleta. (Se hereda de VariableSizeList). | |
Item | Obtiene el vínculo en el índice especificado de esta colección. | |
SyncRoot | Obsoleta. (Se hereda de VariableSizeList). | |
WorkItem | Obtiene el objeto WorkItem asociado a esta instancia de LinkCollection. |
Arriba
Métodos
Nombre | Descripción | |
---|---|---|
Add(ExternalLink) | Agrega el objeto especificado de ExternalLink a esta colección. | |
Add(Hyperlink) | Agrega el objeto de hipervínculo especificado a esta colección. | |
Add(Link) | Agrega el objeto especificado de vínculo a esta colección. | |
Add(RelatedLink) | Agrega el objeto especificado de RelatedLink a esta colección. | |
Clear | Borra esta colección. (Invalida a VariableSizeList.Clear()). | |
Contains | Comprueba si esta colección contiene el objeto especificado del vínculo. | |
CopyTo | Obsoleta. (Se hereda de VariableSizeList). | |
Equals | Determina si el objeto especificado es igual al objeto actual. (Se hereda de Object). | |
GetEnumerator | (Se hereda de VariableSizeList). | |
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 objeto especificado de vínculos en esta colección. | |
Remove | Quita el objeto especificado del vínculo de esta colección. | |
RemoveAt | Quita el objeto en el índice especificado de esta colección. (Invalida a VariableSizeList.RemoveAt(Int32)). | |
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 VariableSizeList). | |
IList.Clear | (Se hereda de VariableSizeList). | |
IList.Contains | (Se hereda de VariableSizeList). | |
ICollection.CopyTo | (Se hereda de VariableSizeList). | |
ICollection.Count | (Se hereda de VariableSizeList). | |
IList.IndexOf | Obtiene el índice del objeto especificado en esta colección. | |
IList.Insert | (Se hereda de VariableSizeList). | |
IList.IsFixedSize | (Se hereda de VariableSizeList). | |
IList.IsReadOnly | (Se hereda de VariableSizeList). | |
ICollection.IsSynchronized | (Se hereda de VariableSizeList). | |
IList.Item | (Se hereda de VariableSizeList). | |
IList.Remove | (Se hereda de VariableSizeList). | |
IList.RemoveAt | (Se hereda de VariableSizeList). | |
ICollection.SyncRoot | (Se hereda de VariableSizeList). | |
IVersionTag.VersionTag | (Se hereda de VariableSizeList). |
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)