CompletionSet.Dismiss Method
Called when the completion list is no longer needed.
Namespace: Microsoft.VisualStudio.Package
Assemblies: Microsoft.VisualStudio.Package.LanguageService.11.0 (in Microsoft.VisualStudio.Package.LanguageService.11.0.dll)
Microsoft.VisualStudio.Package.LanguageService.10.0 (in Microsoft.VisualStudio.Package.LanguageService.10.0.dll)
Microsoft.VisualStudio.Package.LanguageService (in Microsoft.VisualStudio.Package.LanguageService.dll)
Microsoft.VisualStudio.Package.LanguageService.9.0 (in Microsoft.VisualStudio.Package.LanguageService.9.0.dll)
Syntax
'Declaration
Public Overridable Sub Dismiss
public virtual void Dismiss()
public:
virtual void Dismiss()
abstract Dismiss : unit -> unit
override Dismiss : unit -> unit
public function Dismiss()
Implements
Remarks
This method typically does not remove the completion list from the display, since that is handled by Visual Studio.
This method is an implementation of the Dismiss method on the IVsCompletionSet interface.
The base method clears the internal flag that indicates the completion list is displayed.
.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.