Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Dismisses any active signature help sessions in this broker's ITextView.
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.ITextViewThe ITextView over which all signature help sessions should be dismissed.
Remarks
This method is valid only when called while signature help is active.
.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.