Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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