CompletionSet.Recalculate 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.
Recalculates the set of completions for this completion set.
public:
virtual void Recalculate();
public:
virtual void Recalculate();
virtual void Recalculate();
public virtual void Recalculate ();
abstract member Recalculate : unit -> unit
override this.Recalculate : unit -> unit
Public Overridable Sub Recalculate ()
Remarks
The base implementation of Recalculate() does nothing. Derived classes should override this method to implement custom recalculation behavior.