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
'Declaration
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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.