IVCBuildPropertyStorage Interface
Namespace: Microsoft.VisualStudio.VCProjectEngine
Assembly: Microsoft.VisualStudio.VCProjectEngine (in Microsoft.VisualStudio.VCProjectEngine.dll)
Syntax
'Declaration
<GuidAttribute("3300C83D-A8FE-435B-8EFE-4EA03D1A3E0E")> _
Public Interface IVCBuildPropertyStorage
[GuidAttribute("3300C83D-A8FE-435B-8EFE-4EA03D1A3E0E")]
public interface IVCBuildPropertyStorage
[GuidAttribute(L"3300C83D-A8FE-435B-8EFE-4EA03D1A3E0E")]
public interface class IVCBuildPropertyStorage
[<GuidAttribute("3300C83D-A8FE-435B-8EFE-4EA03D1A3E0E")>]
type IVCBuildPropertyStorage = interface end
public interface IVCBuildPropertyStorage
The IVCBuildPropertyStorage type exposes the following members.
Methods
Name | Description | |
---|---|---|
GetPropertyValue | ||
RemoveProperty | ||
SetPropertyValue |
Top