AttachmentCollection (Clase)
Almacena los datos adjuntos asociados a un elemento de trabajo.
Jerarquía de herencia
System.Object
Microsoft.TeamFoundation.WorkItemTracking.Common.VariableSizeList
Microsoft.TeamFoundation.WorkItemTracking.Client.AttachmentCollection
Espacio de nombres: Microsoft.TeamFoundation.WorkItemTracking.Client
Ensamblado: Microsoft.TeamFoundation.WorkItemTracking.Client (en Microsoft.TeamFoundation.WorkItemTracking.Client.dll)
Sintaxis
'Declaración
Public Class AttachmentCollection _
Inherits VariableSizeList _
Implements IList, ICollection, IEnumerable
public class AttachmentCollection : VariableSizeList,
IList, ICollection, IEnumerable
El tipo AttachmentCollection expone los siguientes miembros.
Propiedades
Nombre | Descripción | |
---|---|---|
Count | Obtiene el número de objetos de 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 objeto en el índice especificado de esta colección. | |
SyncRoot | Obsoleta. (Se hereda de VariableSizeList). |
Arriba
Métodos
Nombre | Descripción | |
---|---|---|
Add | Agrega los datos adjuntos especificados a esta colección. | |
AddItem | Agrega el objeto especificado a esta colección. (Invalida a VariableSizeList.AddItem(Object)). | |
Clear | Borra esta colección. (Invalida a VariableSizeList.Clear()). | |
Contains | Comprueba si los datos adjuntos especificados se encuentren en esta colección. | |
CopyTo | Obsoleta. (Se hereda de VariableSizeList). | |
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 VariableSizeList). | |
GetHashCode | Sirve como la función hash predeterminada. (Se hereda de Object). | |
GetItem | Obtiene el objeto en el índice especificado de esta colección. (Invalida a VariableSizeList.GetItem(Int32)). | |
GetType | Obtiene el objeto Type de la instancia actual. (Se hereda de Object). | |
IndexOf | Obtiene el índice de los datos adjuntos especificados. | |
IndexOfItem | (Se hereda de VariableSizeList). | |
MemberwiseClone | Crea una copia superficial del objeto Object actual. (Se hereda de Object). | |
Remove | Quita los datos adjuntos especificados de esta colección. | |
RemoveAt | Quita los datos adjuntos 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
Campos
Nombre | Descripción | |
---|---|---|
m_version | (Se hereda de VariableSizeList). |
Arriba
Implementaciones de interfaz explícita
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 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)