Share via


IncrementalSearchResult.PassedStartOfSearch Property

Determines whether the search passed the first item found.

Namespace:  Microsoft.VisualStudio.Text.IncrementalSearch
Assembly:  Microsoft.VisualStudio.Text.UI (in Microsoft.VisualStudio.Text.UI.dll)

Syntax

'Declaration
Public Property PassedStartOfSearch As Boolean
public bool PassedStartOfSearch { get; private set; }
public:
property bool PassedStartOfSearch {
    bool get ();
    private: void set (bool value);
}
member PassedStartOfSearch : bool with get, private set
function get PassedStartOfSearch () : boolean 
private function set PassedStartOfSearch (value : boolean)

Property Value

Type: Boolean
true if the search has passed the first item found.

.NET Framework Security

See Also

Reference

IncrementalSearchResult Structure

Microsoft.VisualStudio.Text.IncrementalSearch Namespace