RestoreFolderCollection.IList.Insert 方法
Inserts an item to the collection at the specified index.
命名空间: Microsoft.AnalysisServices
程序集: Microsoft.AnalysisServices(在 Microsoft.AnalysisServices.dll 中)
语法
声明
Private Sub Insert ( _
index As Integer, _
value As Object _
) Implements IList.Insert
用法
Dim instance As RestoreFolderCollection
Dim index As Integer
Dim value As Object
CType(instance, IList).Insert(index, _
value)
void IList.Insert(
int index,
Object value
)
private:
virtual void Insert(
int index,
Object^ value
) sealed = IList::Insert
private abstract Insert :
index:int *
value:Object -> unit
private override Insert :
index:int *
value:Object -> unit
JScript 支持使用显式接口实现,但不支持声明新显式接口实现。
参数
- index
类型:System.Int32
The zero-based index at which value should be inserted.
- value
类型:System.Object
The object to insert into the collection.