: ScopeDisplayGroup.Contains (Método) (Microsoft.Office.Server.Search.Administration)
Gets a Boolean value indicating whether the display group's scope collection contains the specified scope.
Espacio de nombres:
Ensamblado: Microsoft.Office.Server.Search (in microsoft.office.server.search.dll)
Sintaxis
'Declaración
Public Function Contains ( _
scope As Scope _
) As Boolean
'Uso
Dim instance As ScopeDisplayGroup
Dim scope As Scope
Dim returnValue As Boolean
returnValue = instance.Contains(scope)
public bool Contains (
Scope scope
)
Parámetros
- scope
A Scope object.
Valor devuelto
true indicates the display group's scope collection includes the specified scope; otherwise, false.
Vea también
Referencia
ScopeDisplayGroup (Clase)
ScopeDisplayGroup (Miembros)
Microsoft.Office.Server.Search.Administration (Espacio de nombres)