IncrementalSearchResult.ResultFound, propriété

Détermine si la recherche du terme a abouti.

Espace de noms :  Microsoft.VisualStudio.Text.IncrementalSearch
Assembly :  Microsoft.VisualStudio.Text.UI (dans Microsoft.VisualStudio.Text.UI.dll)

Syntaxe

'Déclaration
Public Property ResultFound As Boolean
public bool ResultFound { get; private set; }
public:
property bool ResultFound {
    bool get ();
    private: void set (bool value);
}
member ResultFound : bool with get, private set
function get ResultFound () : boolean 
private function set ResultFound (value : boolean)

Valeur de propriété

Type : Boolean
true si la recherche est réussie.

Sécurité .NET Framework

Voir aussi

Référence

IncrementalSearchResult Structure

Microsoft.VisualStudio.Text.IncrementalSearch, espace de noms