ISharePointProject.Synchronize Method

Definition

Applies any pending add item events to the SharePoint project object model to synchronize it with the DTE object model.

public:
 void Synchronize();
public void Synchronize ();
abstract member Synchronize : unit -> unit
Public Sub Synchronize ()

Remarks

This method is typically called in a project or item template wizard before accessing the SharePoint project object model. Otherwise, the SharePoint project object model will be updated when the template wizard is finished.

Applies to