FileCodeModel2.Synchronize Method
Ensures that all current code model events have been raised and the model has finished being generated.
Namespace: EnvDTE80
Assembly: EnvDTE80 (in EnvDTE80.dll)
Syntax
'Declaration
Sub Synchronize
void Synchronize()
void Synchronize()
abstract Synchronize : unit -> unit
function Synchronize()
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.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.