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