Source.DismissCompletor Method
Removes the IntelliSense method tip or completion list from view, whichever was active.
Namespace: Microsoft.VisualStudio.Package
Assemblies: Microsoft.VisualStudio.Package.LanguageService.9.0 (in Microsoft.VisualStudio.Package.LanguageService.9.0.dll)
Microsoft.VisualStudio.Package.LanguageService (in Microsoft.VisualStudio.Package.LanguageService.dll)
Microsoft.VisualStudio.Package.LanguageService.10.0 (in Microsoft.VisualStudio.Package.LanguageService.10.0.dll)
Syntax
'Declaration
Public Sub DismissCompletor
public void DismissCompletor()
public:
void DismissCompletor()
member DismissCompletor : unit -> unit
public function DismissCompletor()
Remarks
The base method calls the Close method on the associated MethodData object, if that object is active, and the Close method on the associated CompletionSet object, if that object is active.
This method is typically called to make sure the method tip or completion list is not visible, usually in preparation of showing a different kind of IntelliSense tool tip.
.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.