Compartilhar via


Keywords.GetFilteredKeywords method

Retorna todas as palavras-chave que correspondam ao filtro especificado e o valor para o site associado a esta instância da classe Keywords .

Namespace:  Microsoft.Office.Server.Search.Administration
Assembly:  Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)

Syntax

'Declaração
Public Function GetFilteredKeywords ( _
    view As KeywordView, _
    filter As KeywordFilter, _
    value As String _
) As KeywordCollection
'Uso
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
)

Parâmetros

  • value
    Type: System.String

    Uma seqüência de caracteres especificando o valor para correspondência com o filtro de palavra-chave.

Valor retornado

Type: Microsoft.Office.Server.Search.Administration.KeywordCollection
Um objeto KeywordCollection que representa a coleção de palavras-chave do site que correspondam ao filtro especificado e o valor.

Ver também

Referência

Keywords class

Keywords members

Microsoft.Office.Server.Search.Administration namespace