FullTextStopList.AddStopWord(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.
Adds the specified stopword with the specified full-text language to the stoplist
public void AddStopWord (string stopword, string language);
member this.AddStopWord : string * string -> unit
Public Sub AddStopWord (stopword As String, language As String)
Parameters
- stopword
- String
- language
- String