IVsBuildPropertyStorage2 Interface

Definition

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 IVsBuildPropertyStorage2
public interface class IVsBuildPropertyStorage2
__interface IVsBuildPropertyStorage2
[System.Runtime.InteropServices.Guid("3B175AC0-F7E2-4187-80A0-A73C39313C49")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IVsBuildPropertyStorage2
[<System.Runtime.InteropServices.Guid("3B175AC0-F7E2-4187-80A0-A73C39313C49")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IVsBuildPropertyStorage2 = interface
Public Interface IVsBuildPropertyStorage2
Attributes

Methods

SetPropertyValueEx(String, String, UInt32, String)

Sets a property value.

Applies to