IncrementalSearchResult.PassedEndOfBuffer 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 end of the buffer to its beginning.
public:
property bool PassedEndOfBuffer { bool get(); };
public:
property bool PassedEndOfBuffer { bool get(); };
public bool PassedEndOfBuffer { get; }
public bool PassedEndOfBuffer { [System.Runtime.CompilerServices.IsReadOnly] get; }
member this.PassedEndOfBuffer : bool
[<get: System.Runtime.CompilerServices.IsReadOnly>]
member this.PassedEndOfBuffer : bool
Public ReadOnly Property PassedEndOfBuffer As Boolean
Property Value
true if the search has wrapped around the end of the buffer, otherwise false.
- Attributes
Remarks
This is applicable only if the search direction is forward.