VCToolFile.Save(String) 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 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