Observação
O acesso a essa página exige autorização. Você pode tentar entrar ou alterar diretórios.
O acesso a essa página exige autorização. Você pode tentar alterar os diretórios.
Reduces all sessions in the session stack to their collapsed (or minimized) state, or dismisses them if they have no such state.
Namespace: Microsoft.VisualStudio.Language.Intellisense
Assembly: Microsoft.VisualStudio.Language.Intellisense (in Microsoft.VisualStudio.Language.Intellisense.dll)
Syntax
'Declaração
Sub CollapseAllSessions
void CollapseAllSessions()
void CollapseAllSessions()
abstract CollapseAllSessions : unit -> unit
function CollapseAllSessions()
Remarks
The ISmartTagSession is the only default IIntellisenseSession that has a collapsed state.
All other default sessions (ICompletionSession, ISignatureHelpSession, and IQuickInfoSession) are dismissed when they are collapsed.
.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.