IVCBuildPropertyStorage Interface
Namespace: Microsoft.VisualStudio.VCProjectEngine
Assembly: Microsoft.VisualStudio.VCProjectEngine (in Microsoft.VisualStudio.VCProjectEngine.dll)
Syntax
'Declaration
<GuidAttribute("FC054C4C-C0F5-4F37-89F3-79E49E4ACF35")> _
Public Interface IVCBuildPropertyStorage
[GuidAttribute("FC054C4C-C0F5-4F37-89F3-79E49E4ACF35")]
public interface IVCBuildPropertyStorage
[GuidAttribute(L"FC054C4C-C0F5-4F37-89F3-79E49E4ACF35")]
public interface class IVCBuildPropertyStorage
[<GuidAttribute("FC054C4C-C0F5-4F37-89F3-79E49E4ACF35")>]
type IVCBuildPropertyStorage = interface end
public interface IVCBuildPropertyStorage
The IVCBuildPropertyStorage type exposes the following members.
Methods
Name | Description | |
---|---|---|
GetPropertyValue | ||
RemoveProperty | ||
SetPropertyValue |
Top