VCPostBuildEventTool Interface

Definition

Programmatically accesses the properties on the Post-Build Event property page, in the Build Events folder in a project's Property Pages dialog box.

public interface class VCPostBuildEventTool
public interface class VCPostBuildEventTool
__interface VCPostBuildEventTool
[System.Runtime.InteropServices.Guid("74D00DA0-092B-4B51-A4D5-134233AEBDF4")]
[System.Runtime.InteropServices.TypeLibType]
public interface VCPostBuildEventTool
[<System.Runtime.InteropServices.Guid("74D00DA0-092B-4B51-A4D5-134233AEBDF4")>]
[<System.Runtime.InteropServices.TypeLibType>]
type VCPostBuildEventTool = interface
Public Interface VCPostBuildEventTool
Attributes

Remarks

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

Properties

CommandLine

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

Description

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

ExcludedFromBuild

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

ExecutionBucket

Microsoft Internal Use Only.

ToolKind

Gets the name of the kind of tool this is.

toolName

Gets the name of the specified tool.

ToolPath

Gets the path to the specified tool.

VCProjectEngine

Gets a pointer to the project engine.

Applies to