VCPostBuildEventTool Interface
Visual Studio 2005
Programmatically accesses the properties on the Post-Build Event property page, in the Build Events folder in a project's Property Pages dialog box.
Namespace: Microsoft.VisualStudio.VCProjectEngine
Assembly: Microsoft.VisualStudio.VCProjectEngine (in microsoft.visualstudio.vcprojectengine.dll)
Assembly: Microsoft.VisualStudio.VCProjectEngine (in microsoft.visualstudio.vcprojectengine.dll)
[GuidAttribute(L"52FCB866-2429-11D7-8BF6-00B0D03DAA06")] public interface class VCPostBuildEventTool
/** @attribute GuidAttribute("52FCB866-2429-11D7-8BF6-00B0D03DAA06") */
public interface VCPostBuildEventTool
GuidAttribute("52FCB866-2429-11D7-8BF6-00B0D03DAA06") public interface VCPostBuildEventTool
See Setting Visual C++ Project Properties for information on accessing a project's Property Pages dialog box.