Partager via


Keywords.GetFilteredKeywords, méthode (Microsoft.Office.Server.Search.Administration)

Returns all keywords that match the specified filter and value for the site associated with this instance of the Keywords class.

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

Syntaxe

'Déclaration
Public Function GetFilteredKeywords ( _
    view As KeywordView, _
    filter As KeywordFilter, _
    value As String _
) As KeywordCollection
'Utilisation
Dim instance As Keywords
Dim view As KeywordView
Dim filter As KeywordFilter
Dim value As String
Dim returnValue As KeywordCollection

returnValue = instance.GetFilteredKeywords(view, filter, value)
public KeywordCollection GetFilteredKeywords (
    KeywordView view,
    KeywordFilter filter,
    string value
)

Paramètres

  • view
    A value from the KeywordView enumeration specifying the keyword status.
  • filter
    A value from the KeywordFilter enumeration specifying the keyword property value to filter the specified value against.
  • value
    A string specifying the value to match against the keyword filter.

Valeur de retour

A KeywordCollection object representing the collection of keywords from the site that match the specified filter and value.

Voir aussi

Référence

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