FileCodeModel2.Synchronize 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.
Ensures that all current code model events have been raised and the model has finished being generated.
public:
void Synchronize();
public:
void Synchronize();
void Synchronize();
[System.Runtime.InteropServices.DispId(200)]
public void Synchronize ();
[<System.Runtime.InteropServices.DispId(200)>]
abstract member Synchronize : unit -> unit
Public Sub Synchronize ()
- Attributes
Remarks
The order of these events is not guaranteed and handlers may receive the events after Synchronize has returned. Only the current file is processed.