Share via


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)

Syntax

'Declaration
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)

Property Value

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

Remarks

This is applicable only if the search direction is backward.

.NET Framework Security

See Also

Reference

IncrementalSearchResult Structure

Microsoft.VisualStudio.Text.IncrementalSearch Namespace