IVsBuildPropertyStorage3 Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.
public interface class IVsBuildPropertyStorage3
public interface class IVsBuildPropertyStorage3
__interface IVsBuildPropertyStorage3
[System.Runtime.InteropServices.Guid("9669894B-8698-4E4A-BF06-AECA45559C36")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IVsBuildPropertyStorage3
[<System.Runtime.InteropServices.Guid("9669894B-8698-4E4A-BF06-AECA45559C36")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IVsBuildPropertyStorage3 = interface
Public Interface IVsBuildPropertyStorage3
- Attributes
Remarks
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.
Methods
AdviseEvents(IVsBuildPropertyStorageEvents, UInt32) |
Subscribes to build property storage events. |
UnadviseEvents(UInt32) |
Unsubscribes from build property storage events. |