IVsBuildPropertyStorage2 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.10.0 (in Microsoft.VisualStudio.Shell.Interop.10.0.dll)
Syntax
'Declaration
<GuidAttribute("3B175AC0-F7E2-4187-80A0-A73C39313C49")> _
<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)> _
Public Interface IVsBuildPropertyStorage2
[GuidAttribute("3B175AC0-F7E2-4187-80A0-A73C39313C49")]
[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)]
public interface IVsBuildPropertyStorage2
[GuidAttribute(L"3B175AC0-F7E2-4187-80A0-A73C39313C49")]
[InterfaceTypeAttribute(ComInterfaceType::InterfaceIsIUnknown)]
public interface class IVsBuildPropertyStorage2
[<GuidAttribute("3B175AC0-F7E2-4187-80A0-A73C39313C49")>]
[<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)>]
type IVsBuildPropertyStorage2 = interface end
public interface IVsBuildPropertyStorage2
The IVsBuildPropertyStorage2 type exposes the following members.
Methods
Name | Description | |
---|---|---|
SetPropertyValueEx | Sets a property value. |
Top