Keywords.GetFilteredKeywords 方法 (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.
命名空间: Microsoft.Office.Server.Search.Administration
程序集: Microsoft.Office.Server.Search (在 microsoft.office.server.search.dll 中)
语法
声明
Public Function GetFilteredKeywords ( _
view As KeywordView, _
filter As KeywordFilter, _
value As String _
) As KeywordCollection
用法
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
)
参数
- 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.
返回值
A KeywordCollection object representing the collection of keywords from the site that match the specified filter and value.
另请参阅
参考
Keywords 类
Keywords 成员
Microsoft.Office.Server.Search.Administration 命名空间