ScopeDisplayGroup.RemoveAt 方法
显示组的作用域集合中移除指定的索引位置处的范围。
命名空间: Microsoft.Office.Server.Search.Administration
程序集: Microsoft.Office.Server.Search(位于 Microsoft.Office.Server.Search.dll 中)
语法
声明
Public Sub RemoveAt ( _
index As Integer _
)
用法
Dim instance As ScopeDisplayGroup
Dim index As Integer
instance.RemoveAt(index)
public void RemoveAt(
int index
)
参数
index
类型:System.Int32一个 32 位整数,它指定要删除的范围的索引位置。