FullTextStopList.RemoveStopWord(String, String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Removes the specified stopword with the specified full-text language from the stoplist
public void RemoveStopWord (string stopword, string language);
member this.RemoveStopWord : string * string -> unit
Public Sub RemoveStopWord (stopword As String, language As String)
Parameters
- stopword
- String
- language
- String