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: System.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
- 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.