VCToolFile.Save(String) Method

Definition

Saves the project file (.vcxproj).

public:
 void Save(System::String ^ Path);
public:
 void Save(Platform::String ^ Path);
void Save(std::wstring const & Path);
[System.Runtime.InteropServices.DispId(2205)]
public void Save (string Path);
[<System.Runtime.InteropServices.DispId(2205)>]
abstract member Save : string -> unit
Public Sub Save (Path As String)

Parameters

Path
String

Path to the save location.

Attributes

Applies to