Method SaveDifferencesInCode
- Namespace
- Alternet.FormDesigner.WinForms.Roslyn
- Assembly
- Alternet.FormDesigner.Roslyn.v10.dll
SaveDifferencesInCode(IFormDesignerDataSource, IFormDesignerLoader, IFormDesignerControl)
Determines the changes in the form source code and saves them if necessary.
public override void SaveDifferencesInCode(IFormDesignerDataSource source, IFormDesignerLoader designerLoader, IFormDesignerControl designer)
Parameters
source
IFormDesignerDataSourceA data source that is supported by this language service.
designerLoader
IFormDesignerLoaderAn object provides load and save form's content functionality.
designer
IFormDesignerControlIFormDesignerControl
which content in being updated.