FileCodeModel2.Synchronize Method

Definition

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.

Applies to