IncrementalSearchResult::PassedStartOfBuffer Property

 

Determines whether the search wrapped around the start of the buffer to its end.

Namespace:   Microsoft.VisualStudio.Text.IncrementalSearch
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::Boolean

true if the search has wrapped around the start of the buffer to its end.

This is applicable only if the search direction is backward.

Return to top
Show: