VCManagedResourceCompilerTool Interface
Represents the managed resource compiler, a tool used to compile .resx files.
Assembly: Microsoft.VisualStudio.VCProjectEngine (in Microsoft.VisualStudio.VCProjectEngine.dll)
| Name | Description | |
|---|---|---|
![]() | 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. |
![]() | DefaultLocalizedResources | Gets a value indicating whether the given .resx file contributes to the default resources or to a satellite DLL. |
![]() | ExecutionBucket | This API supports the product infrastructure and is not intended to be used directly from your code. Microsoft Internal Use Only. |
![]() | OutputFileName | Gets the name of the final output file to which this .resx file contributes. |
![]() | ResourceFileName | Gets or sets the name of the intermediate .resources file generated by this tool. |
![]() | 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. |
The VCManagedResourceCompilerTool object can programmatically access the properties on the Managed Resources folder in a project's Property Pages dialog box.
See Working with Project Properties for information about accessing a project's Property Pages dialog box.
