VCManagedResourceCompilerTool Interface

Definition

Represents the managed resource compiler, a tool used to compile .resx files.

public interface class VCManagedResourceCompilerTool
public interface class VCManagedResourceCompilerTool
__interface VCManagedResourceCompilerTool
[System.Runtime.InteropServices.Guid("AC6C847A-A0F3-41D4-BD1E-53739B146DEA")]
[System.Runtime.InteropServices.TypeLibType]
public interface VCManagedResourceCompilerTool
[<System.Runtime.InteropServices.Guid("AC6C847A-A0F3-41D4-BD1E-53739B146DEA")>]
[<System.Runtime.InteropServices.TypeLibType>]
type VCManagedResourceCompilerTool = interface
Public Interface VCManagedResourceCompilerTool
Attributes

Remarks

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.

Properties

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

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.

Applies to