FullTextStopList.HasStopWord(String, String) メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
指定したストップワードがストップリスト内に存在し、指定したフルテキスト言語を持つ場合は true を返します。それ以外の場合は false
public bool HasStopWord(string stopword, string language);
member this.HasStopWord : string * string -> bool
Public Function HasStopWord (stopword As String, language As String) As Boolean
パラメーター
- stopword
- String
- language
- String