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
'Декларация
Public Property ResultFound As Boolean
Get
Private Set
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
- 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.