This documentation is archived and is not being maintained.

AttachmentCollection::AddItem Method

Adds the specified object to this collection.

Namespace:  Microsoft.TeamFoundation.WorkItemTracking.Client
Assembly:  Microsoft.TeamFoundation.WorkItemTracking.Client (in Microsoft.TeamFoundation.WorkItemTracking.Client.dll)

protected:
virtual int AddItem(
	Object^ value
) override

Parameters

value
Type: System::Object

The object to add to this collection.

Return Value

Type: System::Int32
The index of the added object.

Show: