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.
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)
Syntax
'Declaration
<InterfaceTypeAttribute()> _
<GuidAttribute("E7355FDF-A118-48F5-9655-7EFD9D2DC352")> _
Public Interface IVsBuildPropertyStorage
'Usage
Dim instance As IVsBuildPropertyStorage
[InterfaceTypeAttribute()]
[GuidAttribute("E7355FDF-A118-48F5-9655-7EFD9D2DC352")]
public interface IVsBuildPropertyStorage
[InterfaceTypeAttribute()]
[GuidAttribute(L"E7355FDF-A118-48F5-9655-7EFD9D2DC352")]
public interface class IVsBuildPropertyStorage
public interface IVsBuildPropertyStorage
Remarks
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.