ICompletionBroker.DismissAllSessions Method

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

.NET Framework Security

See Also

Reference

ICompletionBroker Interface

Microsoft.VisualStudio.Language.Intellisense Namespace