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: System.Boolean
true if the search has passed the first item found.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.