Project.Save Method (IProjectStorage)
Saves the Project into projectStorage.
Namespace: Microsoft.VisualStudio.Tools.Applications
Assembly: Microsoft.VisualStudio.Tools.Applications (in Microsoft.VisualStudio.Tools.Applications.dll)
Syntax
public void Save(
IProjectStorage projectStorage
)
public:
void Save(
IProjectStorage^ projectStorage
)
member Save :
projectStorage:IProjectStorage -> unit
Public Sub Save (
projectStorage As IProjectStorage
)
Parameters
projectStorage
Type: Microsoft.VisualStudio.Tools.Applications.IProjectStorageThe IProjectStorage for saving the Project.
See Also
Project Class
Microsoft.VisualStudio.Tools.Applications Namespace