This document is archived and information here might be outdated. Recommended version. |
Call this after synchronizing.
[Visual Basic .NET] Public Sub FinishSynchronization ( _ ByVal PropertySet As IPropertySet _ )
[C#] public void FinishSynchronization ( IPropertySet PropertySet );
[C++]
HRESULT FinishSynchronization(
IPropertySet* PropertySet
);
[C++] Parameters PropertySet [in]
PropertySet is a parameter of type IPropertySet*
FinishSynchronization indicates that the synchronization process is complete. Changes to the XML property set that occurred during synchronization are saved in the metadata document.