IncrementalSearchResult.PassedStartOfBuffer Property

Definition

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.

Applies to