Share via


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

See Also

Reference

FileCodeModel2 Interface

EnvDTE80 Namespace