IVsBuildPropertyStorage3 Interface
Visual Studio 2015
Implemented by the project system to give flavors access to the MSBuild property system. This interface provides more flexibility around setting properties than IVsBuildPropertyStorage. It allows for adding a new conditional property group and does not escape the values.
Assembly: Microsoft.VisualStudio.Shell.Interop.12.1.DesignTime (in Microsoft.VisualStudio.Shell.Interop.12.1.DesignTime.dll)
| Name | Description | |
|---|---|---|
![]() | AdviseEvents(IVsBuildPropertyStorageEvents, UInt32) | Subscribes to build property storage events. |
![]() | UnadviseEvents(UInt32) | Unsubscribes from build property storage events. |
Introduced in Visual Studio 2013 Update 2. To reference the correct assembly version, see Referencing Assemblies Delivered in the Visual Studio 2013 SDK Update 2.
Show:
