VCResourceCompilerTool 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.
Programmatically accesses the properties on the Resources folder in a project's Property Pages dialog box.
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
- Attributes
Remarks
See Working with Project Properties for information about accessing a project's Property Pages dialog box.
Properties
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 English or Spanish) that is used in the resources. |
ExecutionBucket |
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. |
Methods
get_PropertyOption(String, Int32) |