Find.MatchSoundsLike Propriété
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.
Détermine si les mots qui ressemblent au texte à rechercher sont retournés par l’opération de recherche.
public:
property bool MatchSoundsLike { bool get(); void set(bool value); };
public bool MatchSoundsLike { get; set; }
member this.MatchSoundsLike : bool with get, set
Public Property MatchSoundsLike As Boolean
Valeur de propriété
Remarques
Cette propriété renvoie True si les mots qui ressemblent au texte à rechercher sont retournés par l’opération de recherche, et False si ce n’est pas le cas. Définissez la valeur de la propriété sur True ou False pour activer ou désactiver la fonctionnalité.
Utilisez la Text propriété de l’objet Find ou l’argument FindText
avec la ExecuteOld(Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object) méthode pour spécifier le texte à trouver dans un document.