Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The VCCustomBuildTool object programmatically accesses the properties in the Custom Build Step property page in a project's Property Pages dialog box.
Namespace: Microsoft.VisualStudio.VCProjectEngine
Assembly: Microsoft.VisualStudio.VCProjectEngine (in Microsoft.VisualStudio.VCProjectEngine.dll)
Syntax
'Declaration
<GuidAttribute("1ADBDD51-0513-4C8F-ABF2-959196DDBF81")> _
Public Interface VCCustomBuildTool
[GuidAttribute("1ADBDD51-0513-4C8F-ABF2-959196DDBF81")]
public interface VCCustomBuildTool
[GuidAttribute(L"1ADBDD51-0513-4C8F-ABF2-959196DDBF81")]
public interface class VCCustomBuildTool
[<GuidAttribute("1ADBDD51-0513-4C8F-ABF2-959196DDBF81")>]
type VCCustomBuildTool = interface end
public interface VCCustomBuildTool
The VCCustomBuildTool type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() |
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 | Infrastructure. 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. |
Top
Remarks
For more information, see Specifying Custom Build Tools and Modifying Project Settings.