IncrementalSearchResult.PassedStartOfBuffer, propriété

Détermine si la recherche a repris à la fin lorsqu'elle atteint le début de la mémoire tampon.

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

Syntaxe

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

Valeur de propriété

Type : Boolean
true si la recherche s'est encapsulée autour de le début de la mémoire tampon à sa fin.

Notes

Ceci est applicable uniquement si le sens de la recherche est ascendant.

Sécurité .NET Framework

Voir aussi

Référence

IncrementalSearchResult Structure

Microsoft.VisualStudio.Text.IncrementalSearch, espace de noms