VCResourceCompilerTool 接口

定义

以编程方式访问项目的 "属性页" 对话框中的 "资源" 文件夹上的属性。

public interface class VCResourceCompilerTool
public interface class VCResourceCompilerTool
__interface VCResourceCompilerTool
[System.Runtime.InteropServices.Guid("E202E5CA-684B-4D9A-9485-6A2EEE4937B6")]
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
public interface VCResourceCompilerTool
[<System.Runtime.InteropServices.Guid("E202E5CA-684B-4D9A-9485-6A2EEE4937B6")>]
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
type VCResourceCompilerTool = interface
Public Interface VCResourceCompilerTool
属性

注解

有关访问项目的 "属性页" 对话框的信息,请参阅使用 项目属性

属性

AdditionalIncludeDirectories

获取或设置要添加到包含路径的一个或多个目录。

AdditionalOptions

获取或设置要添加到命令行末尾、紧靠文件名前面的选项。 例如,对象模型不支持某一选项时。

Culture

获取或设置资源中使用的区域性(如英语或西班牙语)。

ExecutionBucket

仅限 Microsoft 内部使用。

FullIncludePath

获取生成中包含的所有目录的列表。

IgnoreStandardIncludePath

获取或设置一个值,该值指示是否忽略标准包含路径。

PreprocessorDefinitions

获取或设置一个或多个预处理器定义。

ResourceOutputFileName

获取或设置资源文件的名称。

ShowProgress

获取或设置一个值,该值指示是否启用链接器进度的详细显示。

ToolKind

获取工具类型的名称。

toolName

获取指定工具的名称。

ToolPath

获取指定工具的路径。

VCProjectEngine

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

方法

get_PropertyOption(String, Int32)

适用于