FullTextStopList.HasStopWord(String, String) Méthode

Définition

Retourne true si le mot vide spécifié est présent dans la liste de mots vides avec la langue de texte intégral spécifiée sinon 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

Paramètres

stopword
String
language
String

Retours

S’applique à