Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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: System.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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.