次の方法で共有


Keywords.GetFilteredKeywords メソッド (Microsoft.Office.Server.Search.Administration)

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
    キーワードの状態を指定する KeywordView 列挙からの値。
  • filter
    指定された値をフィルタするキーワードのプロパティ値を指定する KeywordFilter 列挙からの値。
  • value
    キーワード フィルタに一致する値を指定する文字列。

戻り値

指定されたフィルタと値に一致するサイトからのキーワードのコレクションを表す KeywordCollection オブジェクト。

関連項目

参照

Keywords クラス
Keywords メンバ
Microsoft.Office.Server.Search.Administration 名前空間