共用方式為


IncrementalSearchResult.ResultFound 屬性

判斷搜尋字詞是否成功。

命名空間:  Microsoft.VisualStudio.Text.IncrementalSearch
組件:  Microsoft.VisualStudio.Text.UI (在 Microsoft.VisualStudio.Text.UI.dll 中)

語法

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

屬性值

類型:Boolean
true 如果搜尋成功。

.NET Framework 安全性

請參閱

參考

IncrementalSearchResult 結構

Microsoft.VisualStudio.Text.IncrementalSearch 命名空間