VCPreBuildEventTool Interface

Programmatically accesses the properties on the Pre-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

'Declaration
<GuidAttribute("52FCB864-2429-11D7-8BF6-00B0D03DAA06")> _
Public Interface VCPreBuildEventTool
'Usage
Dim instance As VCPreBuildEventTool
[GuidAttribute("52FCB864-2429-11D7-8BF6-00B0D03DAA06")]
public interface VCPreBuildEventTool
[GuidAttribute(L"52FCB864-2429-11D7-8BF6-00B0D03DAA06")]
public interface class VCPreBuildEventTool
public interface VCPreBuildEventTool

Remarks

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

See Also

Reference

VCPreBuildEventTool Members

Microsoft.VisualStudio.VCProjectEngine Namespace

Other Resources

Specifying Build Events