: ScopeDisplayGroup.RemoveAt (Método) (Microsoft.Office.Server.Search.Administration)
Removes the scope at the specified index position from the display group's scope collection.
Espacio de nombres:
Ensamblado: Microsoft.Office.Server.Search (in microsoft.office.server.search.dll)
Sintaxis
'Declaración
Public Sub RemoveAt ( _
index As Integer _
)
'Uso
Dim instance As ScopeDisplayGroup
Dim index As Integer
instance.RemoveAt(index)
public void RemoveAt (
int index
)
Parámetros
- index
A 32-bit integer that specifies the index position of the scope to remove.
Vea también
Referencia
ScopeDisplayGroup (Clase)
ScopeDisplayGroup (Miembros)
Microsoft.Office.Server.Search.Administration (Espacio de nombres)