EntitySet<TEntity>.IList.Insert 方法

将指定的对象插入到指定索引处的EntitySet<TEntity>

命名空间:  Microsoft.SharePoint.Linq
程序集:  Microsoft.SharePoint.Linq(位于 Microsoft.SharePoint.Linq.dll 中)

语法

声明
Private Sub Insert ( _
    index As Integer, _
    item As Object _
) Implements IList.Insert
用法
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
)

参数

  • index
    类型:System.Int32

    在此处插入新对象的集合点。

实现

IList.Insert(Int32, Object)

另请参阅

引用

EntitySet<TEntity> 类

EntitySet<TEntity> 成员

Microsoft.SharePoint.Linq 命名空间