CompletionSet::Recalculate Method ()

 

Recalculates the set of completions for this completion set.

Namespace:   Microsoft.VisualStudio.Language.Intellisense
Assembly:  Microsoft.VisualStudio.Language.Intellisense (in Microsoft.VisualStudio.Language.Intellisense.dll)

public:
virtual void Recalculate()

The base implementation of this method does nothing. Derived classes should override this method to implement custom recalculation behavior.

Return to top
Show: