ScopeDisplayGroup.Insert, méthode (Microsoft.Office.Server.Search.Administration)
Adds a scope to the display group's scope collection, at the specified index.
Espace de noms : Microsoft.Office.Server.Search.Administration
Assembly : Microsoft.Office.Server.Search (dans microsoft.office.server.search.dll)
Syntaxe
'Déclaration
Public Sub Insert ( _
index As Integer, _
scope As Scope _
)
'Utilisation
Dim instance As ScopeDisplayGroup
Dim index As Integer
Dim scope As Scope
instance.Insert(index, scope)
public void Insert (
int index,
Scope scope
)
Paramètres
- index
A 32-bit integer that specifies the index position at which to insert the scope.
- scope
A Scope object.
Voir aussi
Référence
ScopeDisplayGroup, classe
Membres ScopeDisplayGroup
Microsoft.Office.Server.Search.Administration, espace de noms