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