VCCustomBuildTool 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.
The VCCustomBuildTool object programmatically accesses the properties in the Custom Build Step property page in a project's Property Pages dialog box.
public interface class VCCustomBuildTool
public interface class VCCustomBuildTool
__interface VCCustomBuildTool
[System.Runtime.InteropServices.Guid("F5B8D246-74C0-4FD7-8522-3ECFD3E08A2D")]
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
public interface VCCustomBuildTool
[<System.Runtime.InteropServices.Guid("F5B8D246-74C0-4FD7-8522-3ECFD3E08A2D")>]
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
type VCCustomBuildTool = interface
Public Interface VCCustomBuildTool
- Attributes
Remarks
For more information, see Specifying Custom Build Tools and Working with Project Properties.
Properties
AdditionalDependencies |
Gets or sets additional configuration-specific items to add to the link line, such as comdlg32.lib or kernel32.lib. |
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. |
ExecutionBucket |
Microsoft Internal Use Only. |
Outputs |
Gets or sets the output files the custom build step generates. |
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. |