Partager via


IIncrementalSearch.IsActive, propriété

Détermine si une recherche incrémentielle est en cours.

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

Syntaxe

'Déclaration
ReadOnly Property IsActive As Boolean
bool IsActive { get; }
property bool IsActive {
    bool get ();
}
abstract IsActive : bool with get
function get IsActive () : boolean

Valeur de propriété

Type : Boolean
true si une recherche incrémentielle est dans le processus, sinon false.

Sécurité .NET Framework

Voir aussi

Référence

IIncrementalSearch Interface

Microsoft.VisualStudio.Text.IncrementalSearch, espace de noms