Source.DismissCompletor Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Removes the IntelliSense method tip or completion list from view, whichever was active.
public:
void DismissCompletor();
public:
void DismissCompletor();
void DismissCompletor();
public void DismissCompletor ();
member this.DismissCompletor : unit -> unit
Public Sub 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.