Share via


IncrementalSearchResult.ResultFound Property

Determines whether the search for the term was successful.

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

Syntax

'Declaration
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)

Property Value

Type: System.Boolean
true if the search was successful.

.NET Framework Security

See Also

Reference

IncrementalSearchResult Structure

Microsoft.VisualStudio.Text.IncrementalSearch Namespace