This documentation is archived and is not being maintained.
AttachmentCollection Class
Visual Studio 2013
Stores the attachments that are associated with a work item.
System::Object
Microsoft.TeamFoundation.WorkItemTracking.Common::VariableSizeList
Microsoft.TeamFoundation.WorkItemTracking.Client::AttachmentCollection
Microsoft.TeamFoundation.WorkItemTracking.Common::VariableSizeList
Microsoft.TeamFoundation.WorkItemTracking.Client::AttachmentCollection
Namespace: Microsoft.TeamFoundation.WorkItemTracking.Client
Assembly: Microsoft.TeamFoundation.WorkItemTracking.Client (in Microsoft.TeamFoundation.WorkItemTracking.Client.dll)
The AttachmentCollection type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | Count | Gets the number of objects in this collection. (Overrides VariableSizeList::Count.) |
![]() | IsFixedSize | Obsolete. (Inherited from VariableSizeList.) |
![]() | IsReadOnly | Obsolete. (Inherited from VariableSizeList.) |
![]() | IsSynchronized | Obsolete. (Inherited from VariableSizeList.) |
![]() | Item | Gets the object at the specified index in this collection. |
![]() | SyncRoot | Obsolete. (Inherited from VariableSizeList.) |
| Name | Description | |
|---|---|---|
![]() | Add | Adds the specified attachment to this collection. |
![]() | AddItem | Adds the specified object to this collection. (Overrides VariableSizeList::AddItem(Object).) |
![]() | Clear | Clears this collection. (Overrides VariableSizeList::Clear().) |
![]() | Contains | Checks whether the specified attachment is located in this collection. |
![]() | CopyTo | Obsolete. (Inherited from VariableSizeList.) |
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetEnumerator | (Inherited from VariableSizeList.) |
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetItem | Gets the object at the specified index in this collection. (Overrides VariableSizeList::GetItem(Int32).) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | IndexOf | Gets the index of the specified attachment. |
![]() | IndexOfItem | (Inherited from VariableSizeList.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | Remove | Removes the specified attachment from this collection. |
![]() | RemoveAt | Removes the attachment at the specified index from this collection. (Overrides VariableSizeList::RemoveAt(Int32).) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
| Name | Description | |
|---|---|---|
![]() ![]() | IList::Add | (Inherited from VariableSizeList.) |
![]() ![]() | IList::Clear | (Inherited from VariableSizeList.) |
![]() ![]() | IList::Contains | (Inherited from VariableSizeList.) |
![]() ![]() | ICollection::CopyTo | (Inherited from VariableSizeList.) |
![]() ![]() | ICollection::Count | (Inherited from VariableSizeList.) |
![]() ![]() | IList::IndexOf | Gets the index of the specified object in this collection. |
![]() ![]() | IList::Insert | (Inherited from VariableSizeList.) |
![]() ![]() | IList::IsFixedSize | (Inherited from VariableSizeList.) |
![]() ![]() | IList::IsReadOnly | (Inherited from VariableSizeList.) |
![]() ![]() | ICollection::IsSynchronized | (Inherited from VariableSizeList.) |
![]() ![]() | IList::Item | (Inherited from VariableSizeList.) |
![]() ![]() | IList::Remove | (Inherited from VariableSizeList.) |
![]() ![]() | IList::RemoveAt | (Inherited from VariableSizeList.) |
![]() ![]() | ICollection::SyncRoot | (Inherited from VariableSizeList.) |
![]() ![]() | IVersionTag::VersionTag | (Inherited from VariableSizeList.) |
Show:

