Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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: 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.