CodeModel2::Synchronize Method ()
Visual Studio 2015
Ensures that all current code model events have been raised and the model has finished being generated.
Assembly: EnvDTE80 (in EnvDTE80.dll)
The order of these events is not guaranteed and handlers may receive the events after Synchronize has returned.
When called from the CodeModel2 object, the code model for the entire project should be synchronized.
Note |
|---|
The values of code model elements such as classes, structs, functions, attributes, delegates, and so forth can be non-deterministic after making certain kinds of edits, meaning that their values cannot be relied upon to always remain the same. |
Show:
