Share via


CompletionSet.Dismiss Method

Definition

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.

Applies to