FullTextStopList.AddStopWord(String, String) 方法

定義

將指定的屏蔽字與全文語言加入停止字表

public void AddStopWord(string stopword, string language);
member this.AddStopWord : string * string -> unit
Public Sub AddStopWord (stopword As String, language As String)

參數

stopword
String
language
String

適用於