IncrementalSearchResult.PassedStartOfBuffer Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Determines whether the search wrapped around the start of the buffer to its end.
public:
property bool PassedStartOfBuffer { bool get(); };
public:
property bool PassedStartOfBuffer { bool get(); };
public bool PassedStartOfBuffer { get; }
public bool PassedStartOfBuffer { [System.Runtime.CompilerServices.IsReadOnly] get; }
member this.PassedStartOfBuffer : bool
[<get: System.Runtime.CompilerServices.IsReadOnly>]
member this.PassedStartOfBuffer : bool
Public ReadOnly Property PassedStartOfBuffer As Boolean
Property Value
true if the search has wrapped around the start of the buffer to its end.
- Attributes
Remarks
This is applicable only if the search direction is backward.