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

'Declaration
<GuidAttribute("0129DC3A-8069-4991-9A6A-B4F3658BBB89")> _
Public Interface VCPostBuildEventTool
[GuidAttribute("0129DC3A-8069-4991-9A6A-B4F3658BBB89")]
public interface VCPostBuildEventTool
[GuidAttribute(L"0129DC3A-8069-4991-9A6A-B4F3658BBB89")]
public interface class VCPostBuildEventTool
[<GuidAttribute("0129DC3A-8069-4991-9A6A-B4F3658BBB89")>]
type VCPostBuildEventTool =  interface end
public interface VCPostBuildEventTool

The VCPostBuildEventTool type exposes the following members.

Properties

  Name Description
Public property CommandLine Gets or sets a command line for the build event tool to run.
Public property Description Gets or sets a string that represents the description for the object or the use of the output group.
Public property ExcludedFromBuild Gets or sets a value indicating whether this item is excluded from the build.
Public property ExecutionBucket Infrastructure. Microsoft Internal Use Only.
Public property ToolKind Gets the name of the kind of tool this is.
Public property toolName Gets the name of the specified tool.
Public property ToolPath Gets the path to the specified tool.
Public property VCProjectEngine Gets a pointer to the project engine.

Top

Remarks

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

See Also

Reference

Microsoft.VisualStudio.VCProjectEngine Namespace

Other Resources

Specifying Build Events