IVCBuildPropertyStorage Interface

Namespace:  Microsoft.VisualStudio.VCProjectEngine
Assembly:  Microsoft.VisualStudio.VCProjectEngine (in Microsoft.VisualStudio.VCProjectEngine.dll)

Syntax

'Declaration
<GuidAttribute("261F2047-49DA-4E9F-B456-B6653AD8EF0A")> _
<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)> _
Public Interface IVCBuildPropertyStorage
[GuidAttribute("261F2047-49DA-4E9F-B456-B6653AD8EF0A")]
[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)]
public interface IVCBuildPropertyStorage
[GuidAttribute(L"261F2047-49DA-4E9F-B456-B6653AD8EF0A")]
[InterfaceTypeAttribute(ComInterfaceType::InterfaceIsIUnknown)]
public interface class IVCBuildPropertyStorage
[<GuidAttribute("261F2047-49DA-4E9F-B456-B6653AD8EF0A")>]
[<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)>]
type IVCBuildPropertyStorage =  interface end
public interface IVCBuildPropertyStorage

The IVCBuildPropertyStorage type exposes the following members.

Methods

  Name Description
Public method GetPropertyValue
Public method RemoveProperty
Public method SetPropertyValue

Top

See Also

Reference

Microsoft.VisualStudio.VCProjectEngine Namespace