Share via


IncrementalSearchResult.PassedEndOfBuffer Property

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

Namespace:  Microsoft.VisualStudio.Text.IncrementalSearch
Assembly:  Microsoft.VisualStudio.Text.UI (in Microsoft.VisualStudio.Text.UI.dll)

Syntax

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

Property Value

Type: Boolean
true if the search has wrapped around the end of the buffer, otherwise false.

Remarks

This is applicable only if the search direction is forward.

.NET Framework Security

See Also

Reference

IncrementalSearchResult Structure

Microsoft.VisualStudio.Text.IncrementalSearch Namespace