VCCustomBuildTool 接口

定义

VCCustomBuildTool对象以编程方式访问项目的 "属性页" 对话框的 "自定义生成步骤" 属性页中的属性。

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
属性

注解

有关详细信息,请参阅 指定自定义生成工具 和使用 项目属性

属性

AdditionalDependencies

获取或设置特定于配置的附加项以添加到链接线,如 comdlg32.lib 或 kernel32.lib。

CommandLine

获取或设置用于运行生成事件工具的命令行。

Description

获取或设置一个字符串,它表示对象说明或输出组的使用说明。

ExecutionBucket

仅限 Microsoft 内部使用。

Outputs

获取或设置自定义生成步骤生成的输出文件。

ToolKind

获取工具类型的名称。

toolName

获取指定工具的名称。

ToolPath

获取指定工具的路径。

VCProjectEngine

获取一个指向项目引擎的指针。

适用于