다음을 통해 공유


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)

Syntax

‘선언
Public Overridable Sub Recalculate
public virtual void Recalculate()
public:
virtual void Recalculate()
abstract Recalculate : unit -> unit 
override Recalculate : unit -> unit 
public function Recalculate()

Remarks

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

.NET Framework Security

See Also

Reference

CompletionSet Class

Microsoft.VisualStudio.Language.Intellisense Namespace