CompletionSet::Dismiss Method ()

 

Called when the completion list is no longer needed.

Namespace:   Microsoft.VisualStudio.Package
Assembly:  Microsoft.VisualStudio.Package.LanguageService.14.0 (in Microsoft.VisualStudio.Package.LanguageService.14.0.dll)

public:
virtual void Dismiss()

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.

Return to top
Show: