VCPreBuildEventTool Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Programmatically accesses the properties on the Pre-Build Event property page, in the Build Events folder in a project's Property Pages dialog box.
public interface class VCPreBuildEventTool
public interface class VCPreBuildEventTool
__interface VCPreBuildEventTool
[System.Runtime.InteropServices.Guid("4E6CE19B-DCC9-40DB-B321-3C6F60F89A6F")]
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
public interface VCPreBuildEventTool
[<System.Runtime.InteropServices.Guid("4E6CE19B-DCC9-40DB-B321-3C6F60F89A6F")>]
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
type VCPreBuildEventTool = interface
Public Interface VCPreBuildEventTool
- Attributes
Remarks
See Working with Project Properties for information about 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. |
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. |