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.
Terminates an incremental search operation.
Namespace: Microsoft.VisualStudio.Text.IncrementalSearch
Assembly: Microsoft.VisualStudio.Text.UI (in Microsoft.VisualStudio.Text.UI.dll)
Syntax
'Declaration
Sub Dismiss
void Dismiss()
void Dismiss()
abstract Dismiss : unit -> unit
function Dismiss()
Exceptions
Exception | Condition |
---|---|
InvalidOperationException | Dismiss was called before Start. A search must be started before it can be terminated. |
.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.