IncrementalSearchResult.PassedStartOfSearch 属性

确定搜索是否已超过找到的第一项。

命名空间:  Microsoft.VisualStudio.Text.IncrementalSearch
程序集:  Microsoft.VisualStudio.Text.UI(在 Microsoft.VisualStudio.Text.UI.dll 中)

语法

声明
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)

属性值

类型:Boolean
true ,如果搜索已超过找到的第一项。

.NET Framework 安全性

请参阅

参考

IncrementalSearchResult 结构

Microsoft.VisualStudio.Text.IncrementalSearch 命名空间