CompletionSet.Dismiss 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.
Called when the completion list is no longer needed.
public:
virtual void Dismiss();
public:
virtual void Dismiss();
virtual void Dismiss();
public virtual void Dismiss ();
abstract member Dismiss : unit -> unit
override this.Dismiss : unit -> unit
Public Overridable Sub 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.