Partager via


Find2.WaitForFindToComplete, propriété

Obtient ou définit une valeur indiquant si un résultat de recherche est retourné avant de poursuivre l'exécution.

Espace de noms :  EnvDTE80
Assembly :  EnvDTE80 (dans EnvDTE80.dll)

Syntaxe

'Déclaration
Property WaitForFindToComplete As Boolean
bool WaitForFindToComplete { get; set; }
property bool WaitForFindToComplete {
    bool get ();
    void set (bool value);
}
abstract WaitForFindToComplete : bool with get, set
function get WaitForFindToComplete () : boolean
function set WaitForFindToComplete (value : boolean)

Valeur de propriété

Type : System.Boolean
true si l'opération de recherche est asynchrone ; sinon false.

Sécurité .NET Framework

Voir aussi

Référence

Find2 Interface

EnvDTE80, espace de noms