Partager via


ScopeDisplayGroup.Contains, méthode (Microsoft.Office.Server.Search.Administration)

Gets a Boolean value indicating whether the display group's scope collection contains the specified scope.

Espace de noms : Microsoft.Office.Server.Search.Administration
Assembly : Microsoft.Office.Server.Search (dans microsoft.office.server.search.dll)

Syntaxe

'Déclaration
Public Function Contains ( _
    scope As Scope _
) As Boolean
'Utilisation
Dim instance As ScopeDisplayGroup
Dim scope As Scope
Dim returnValue As Boolean

returnValue = instance.Contains(scope)
public bool Contains (
    Scope scope
)

Paramètres

Valeur de retour

true indicates the display group's scope collection includes the specified scope; otherwise, false.

Voir aussi

Référence

ScopeDisplayGroup, classe
Membres ScopeDisplayGroup
Microsoft.Office.Server.Search.Administration, espace de noms