Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Add an item to the collection.
Throws if a field that has the same name has already been added.
Namespace: Microsoft.TeamFoundation.Warehouse
Assembly: Microsoft.TeamFoundation.Warehouse (in Microsoft.TeamFoundation.Warehouse.dll)
Syntax
'Declaration
Public Sub Add ( _
item As T _
)
public void Add(
T item
)
public:
void Add(
T item
)
member Add :
item:'T -> unit
public function Add(
item : T
)
Parameters
- item
Type: T
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.