FullTextStopList.HasStopWord(String, String) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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