VCManagedResourceCompilerTool Interface
Represents the managed resource compiler, a tool used to compile .resx files.
Namespace: Microsoft.VisualStudio.VCProjectEngine
Assembly: Microsoft.VisualStudio.VCProjectEngine (in Microsoft.VisualStudio.VCProjectEngine.dll)
Syntax
'Declaration
<GuidAttribute("32395CC8-9F27-455A-9E92-BAD9EB04EBCA")> _
Public Interface VCManagedResourceCompilerTool
[GuidAttribute("32395CC8-9F27-455A-9E92-BAD9EB04EBCA")]
public interface VCManagedResourceCompilerTool
[GuidAttribute(L"32395CC8-9F27-455A-9E92-BAD9EB04EBCA")]
public interface class VCManagedResourceCompilerTool
[<GuidAttribute("32395CC8-9F27-455A-9E92-BAD9EB04EBCA")>]
type VCManagedResourceCompilerTool = interface end
public interface VCManagedResourceCompilerTool
The VCManagedResourceCompilerTool type exposes the following members.
Properties
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 | Infrastructure. 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. |
Top
Remarks
The VCManagedResourceCompilerTool object can programmatically access the properties on the Managed Resources folder in a project's Property Pages dialog box.
See Modifying Project Settings for information about accessing a project's Property Pages dialog box.