Find.Found 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 la recherche de l’objet spécifié a produit une correspondance.
public:
property bool Found { bool get(); };
public bool Found { get; }
member this.Found : bool
Public ReadOnly Property Found As Boolean
Valeur de propriété
Remarques
Cette propriété renvoie True si la recherche produit une correspondance, et False si ce n’est pas le cas.