IVsBuildPropertyStorage Interface
Gets and sets MSBuild properties in the project file.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop.8.0 (in microsoft.visualstudio.shell.interop.8.0.dll)
Assembly: Microsoft.VisualStudio.Shell.Interop.8.0 (in microsoft.visualstudio.shell.interop.8.0.dll)
A project subtype may need to save data in the project file. This interface provides access to the MSBuild properties in the project file.
For more information, see How to: Save Data in Project Files, Project Subtypes Design, Persisting Data in the MSBuild Project File, and Project Subtype Sample.
Notes to Implementers Implement IVsBuildPropertyStorage to control the project subtype property values of interest to MSBuild.