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.
Inserts the specified object into the EntitySet<TEntity> at the specified index.
Namespace: Microsoft.SharePoint.Linq
Assembly: Microsoft.SharePoint.Linq (in Microsoft.SharePoint.Linq.dll)
Syntax
'Declaration
Private Sub Insert ( _
index As Integer, _
item As Object _
) Implements IList.Insert
'Usage
Dim instance As EntitySet
Dim index As Integer
Dim item As Object
CType(instance, IList).Insert(index, _
item)
void IList.Insert(
int index,
Object item
)
Parameters
index
Type: System.Int32The point in the collection where the new object is inserted.
item
Type: System.ObjectThe object that is inserted.