: Keywords.GetFilteredKeywords (Método) (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.
Espacio de nombres:
Ensamblado: Microsoft.Office.Server.Search (in microsoft.office.server.search.dll)
Sintaxis
'Declaración
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
- 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.
Valor devuelto
A KeywordCollection object representing the collection of keywords from the site that match the specified filter and value.
Vea también
Referencia
Keywords (Clase)
Keywords (Miembros)
Microsoft.Office.Server.Search.Administration (Espacio de nombres)