IVsBuildPropertyStorage3 Interface

 

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.

Namespace:   Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop.12.1.DesignTime (in Microsoft.VisualStudio.Shell.Interop.12.1.DesignTime.dll)

[GuidAttribute("9669894B-8698-4E4A-BF06-AECA45559C36")]
[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)]
public interface IVsBuildPropertyStorage3

NameDescription
System_CAPS_pubmethodAdviseEvents(IVsBuildPropertyStorageEvents, UInt32)

Subscribes to build property storage events.

System_CAPS_pubmethodUnadviseEvents(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.

Return to top
Show: