IVsExternalCompletionSet.UpdateCompSet 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.
Updates the completion set.
public:
int UpdateCompSet();
public:
int UpdateCompSet();
int UpdateCompSet();
public int UpdateCompSet ();
abstract member UpdateCompSet : unit -> int
Public Function UpdateCompSet () As Integer
Returns
If successful, returns S_OK; otherwise, returns an error code.
Remarks
COM Signature
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.