Project.SaveLogicalProject(TextWriter) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.