IncrementalSearchResult::PassedEndOfBuffer Property
Visual Studio 2015
Determines whether the search wrapped around the end of the buffer to its beginning.
Assembly: Microsoft.VisualStudio.Text.UI (in Microsoft.VisualStudio.Text.UI.dll)
public: property bool PassedEndOfBuffer { [CompilerGeneratedAttribute] bool get(); [CompilerGeneratedAttribute] private: void set(bool value); }
Property Value
Type: System::Booleantrue if the search has wrapped around the end of the buffer, otherwise false.
This is applicable only if the search direction is forward.
Show: