IVsDeferredSaveProject::SaveProjectToLocation Method (String^)

 

Tells the project to save itself and all its contents to the specified location on disk.

Namespace:   Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop.8.0 (in Microsoft.VisualStudio.Shell.Interop.8.0.dll)

int SaveProjectToLocation(
	String^ pszProjectFilename
)

Parameters

pszProjectFilename
Type: System::String^

[in] A pointer to a string containing the full path and project filename.

Return Value

Type: System::Int32

If the method succeeds, it returns S_OK. If it fails, it returns an error code.

From vsshell80.idl:

HRESULT IVsDeferredSaveProject::SaveProjectToLocation(
   [in] LPCOLESTR pszProjectFilename
);
Return to top
Show: