IncrementalSearchResult.PassedEndOfBuffer Property

Definition

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.

Applies to