Table of Contents

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 IFormDesignerDataSource

A data source that is supported by this language service.

designerLoader IFormDesignerLoader

An object provides load and save form's content functionality.

designer IFormDesignerControl

IFormDesignerControl which content in being updated.