Compartilhar via


SavedSearchCollection classe

Representa uma coleção de objetos SavedSearch .

Inheritance hierarchy

System.Object
  System.Collections.Generic.List<SavedSearch>
    Microsoft.Office.Server.Discovery.SavedSearchCollection

Namespace:  Microsoft.Office.Server.Discovery
Assembly:  Microsoft.Office.Policy (em Microsoft.Office.Policy.dll)

Sintaxe

'Declaração
Public Class SavedSearchCollection _
    Inherits List(Of SavedSearch)
'Uso
Dim instance As SavedSearchCollection
public class SavedSearchCollection : List<SavedSearch>

Segurança de thread

Os membros públicos estática (Shared no Visual Basic) desse tipo são seguros para thread. Nenhum membro de instância pode ser garantido como seguro para thread.

Ver também

Referência

SavedSearchCollection membros

Microsoft.Office.Server.Discovery namespace