다음을 통해 공유


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

‘선언
Public Overridable Sub Dismiss
public virtual void Dismiss()

Implements

IVsCompletionSet.Dismiss()

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

See Also

Reference

CompletionSet Class

Microsoft.VisualStudio.Package Namespace