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)

[GuidAttribute("C32E9107-0E2F-425A-96F9-76030B13F480")]
public interface VCPostBuildEventTool

NameDescription
System_CAPS_pubpropertyCommandLine

Gets or sets a command line for the build event tool to run.

System_CAPS_pubpropertyDescription

Gets or sets a string that represents the description for the object or the use of the output group.

System_CAPS_pubpropertyExcludedFromBuild

Gets or sets a value indicating whether this item is excluded from the build.

System_CAPS_pubpropertyExecutionBucket

This API supports the product infrastructure and is not intended to be used directly from your code. Microsoft Internal Use Only.

System_CAPS_pubpropertyToolKind

Gets the name of the kind of tool this is.

System_CAPS_pubpropertytoolName

Gets the name of the specified tool.

System_CAPS_pubpropertyToolPath

Gets the path to the specified tool.

System_CAPS_pubpropertyVCProjectEngine

Gets a pointer to the project engine.

See Working with Project Properties for information on accessing a project's Property Pages dialog box.

Return to top
Show: