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.
Dismisses all active statement completion sessions.
Namespace: Microsoft.VisualStudio.Language.Intellisense
Assembly: Microsoft.VisualStudio.Language.Intellisense (in Microsoft.VisualStudio.Language.Intellisense.dll)
Syntax
'Declaration
Sub DismissAllSessions ( _
textView As ITextView _
)
void DismissAllSessions(
ITextView textView
)
void DismissAllSessions(
ITextView^ textView
)
abstract DismissAllSessions :
textView:ITextView -> unit
function DismissAllSessions(
textView : ITextView
)
Parameters
- textView
Type: Microsoft.VisualStudio.Text.Editor.ITextView
The ITextView over which to dismiss all sessions.
.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.