Project.SaveLogicalProject(TextWriter) Method

Definition

Saves a "logical" or "preprocessed" project file, that includes all the imported files as if they formed a single file.

public:
 void SaveLogicalProject(System::IO::TextWriter ^ writer);
public void SaveLogicalProject (System.IO.TextWriter writer);
member this.SaveLogicalProject : System.IO.TextWriter -> unit
Public Sub SaveLogicalProject (writer As TextWriter)

Parameters

writer
TextWriter

The writer that saves the project file.

Applies to