IVsDeferredSaveProject::SaveProjectToLocation Method (String^)
Visual Studio 2015
Tells the project to save itself and all its contents to the specified location on disk.
Assembly: Microsoft.VisualStudio.Shell.Interop.8.0 (in Microsoft.VisualStudio.Shell.Interop.8.0.dll)
Parameters
- pszProjectFilename
-
Type:
System::String^
[in] A pointer to a string containing the full path and project filename.
Return Value
Type: System::Int32If the method succeeds, it returns S_OK. If it fails, it returns an error code.
From vsshell80.idl:
HRESULT IVsDeferredSaveProject::SaveProjectToLocation(
[in] LPCOLESTR pszProjectFilename
);
Show: