次の方法で共有


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

'宣言
Public Property PassedStartOfSearch As Boolean
    Get
    Private Set
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

See Also

Reference

IncrementalSearchResult Structure

Microsoft.VisualStudio.Text.IncrementalSearch Namespace