VCResourceCompilerTool Interface
Programmatically accesses the properties on the Resources folder in a project's Property Pages dialog box.
Namespace: Microsoft.VisualStudio.VCProjectEngine
Assembly: Microsoft.VisualStudio.VCProjectEngine (in Microsoft.VisualStudio.VCProjectEngine.dll)
Syntax
'Declaración
<GuidAttribute("E153BFCC-DA18-4053-8F5A-CB15DD1D10E2")> _
Public Interface VCResourceCompilerTool
[GuidAttribute("E153BFCC-DA18-4053-8F5A-CB15DD1D10E2")]
public interface VCResourceCompilerTool
[GuidAttribute(L"E153BFCC-DA18-4053-8F5A-CB15DD1D10E2")]
public interface class VCResourceCompilerTool
[<GuidAttribute("E153BFCC-DA18-4053-8F5A-CB15DD1D10E2")>]
type VCResourceCompilerTool = interface end
public interface VCResourceCompilerTool
The VCResourceCompilerTool type exposes the following members.
Properties
Name | Description | |
---|---|---|
AdditionalIncludeDirectories | Gets or sets one or more directories to add to the include path. | |
AdditionalOptions | Gets or sets options to add to the end of the command line immediately before the file name(s). An example is if an option is not supported in the object model. | |
Culture | Gets or sets the culture (such as U.S. English or Mexican Spanish) used in the resources. | |
ExecutionBucket | Infrastructure. Microsoft Internal Use Only. | |
FullIncludePath | Gets a list of all directories included in the build. | |
IgnoreStandardIncludePath | Gets or sets a value indicating whether to ignore the standard include path. | |
PreprocessorDefinitions | Gets or sets one or more preprocessor definitions. | |
ResourceOutputFileName | Gets or sets the name of the resource file. | |
ShowProgress | Gets or sets a value indicating whether to enable detailed display about linker progress. | |
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
Methods
Name | Description | |
---|---|---|
get_PropertyOption | Infrastructure. Microsoft Internal Use Only. |
Top
Remarks
See Modifying Project Settings for information about accessing a project's Property Pages dialog box.