Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

DataServiceCollection<T>::InsertItem Method (Int32, T)

 

Adds a specified item to the collection at the specified index.

Namespace:   System.Data.Services.Client
Assembly:  System.Data.Services.Client (in System.Data.Services.Client.dll)

protected:
virtual void InsertItem(
	int index,
	T item
) override

Parameters

index
Type: System::Int32

Index at which to add the item.

item
Type: T

The item to add.

When you are manually tracking changes to the collection, you must override the InsertItem method to prevent items from being automatically added to the collection.

.NET Framework
Available since 3.5
Silverlight
Available since 4.0
Return to top
Show:
© 2017 Microsoft