VCPostBuildEventTool Interface

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)

Syntax

<GuidAttribute("52FCB866-2429-11D7-8BF6-00B0D03DAA06")> _
Public Interface VCPostBuildEventTool

Dim instance As VCPostBuildEventTool
[GuidAttribute("52FCB866-2429-11D7-8BF6-00B0D03DAA06")]
public interface VCPostBuildEventTool
[GuidAttribute(L"52FCB866-2429-11D7-8BF6-00B0D03DAA06")]
public interface class VCPostBuildEventTool
public interface VCPostBuildEventTool

Remarks

See Modifying Project Settings for information on accessing a project's Property Pages dialog box.

See Also

Concepts

Specifying Build Events

Reference

VCPostBuildEventTool Members

Microsoft.VisualStudio.VCProjectEngine Namespace