FullTextStopList.HasStopWord(String, String) 메서드

정의

지정한 전체 텍스트 언어가 있는 중지 목록에 지정된 중지 단어가 있으면 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

반품

적용 대상