IVsExternalCompletionSet::UpdateCompSet Method ()
Visual Studio 2015
Updates the completion set.
Assembly: Microsoft.VisualStudio.TextManager.Interop.8.0 (in Microsoft.VisualStudio.TextManager.Interop.8.0.dll)
From singlefileeditor.idl:
HRESULT IVsExternalCompletionSet::UpdateCompSet();
An implementation of this method typically rebuilds the completion set. This method is called before the completion list is displayed and the method can be called multiple times. It is up to the implementation to determine if it can cache the updated completion list between calls.
Show: