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
)

参数

  • value
    类型:System.String

    一个字符串,它指定要匹配关键字筛选器的值。

返回值

类型:Microsoft.Office.Server.Search.Administration.KeywordCollection
一个KeywordCollection对象,表示与指定的筛选器和值匹配的站点的关键字集合。

另请参阅

引用

Keywords 类

Keywords 成员

Microsoft.Office.Server.Search.Administration 命名空间