Keywords.GetFilteredKeywords 方法
返回与指定的筛选器和Keywords类的此实例相关联的站点的值匹配的所有关键字。
命名空间: 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
类型:Microsoft.Office.Server.Search.Administration.KeywordView指定的关键字状态为KeywordView枚举的一个值。
filter
类型:Microsoft.Office.Server.Search.Administration.KeywordFilter指定的关键字属性值来筛选针对指定的值为KeywordFilter枚举的一个值。
value
类型:System.String一个字符串,它指定要匹配关键字筛选器的值。
返回值
类型:Microsoft.Office.Server.Search.Administration.KeywordCollection
一个KeywordCollection对象,表示与指定的筛选器和值匹配的站点的关键字集合。