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("8990D30A-0075-418B-BCA1-23C8B7CECAE7")> _
Public Interface VCManagedResourceCompilerTool
[GuidAttribute("8990D30A-0075-418B-BCA1-23C8B7CECAE7")]
public interface VCManagedResourceCompilerTool
[GuidAttribute(L"8990D30A-0075-418B-BCA1-23C8B7CECAE7")]
public interface class VCManagedResourceCompilerTool
[<GuidAttribute("8990D30A-0075-418B-BCA1-23C8B7CECAE7")>]
type VCManagedResourceCompilerTool =  interface end
public interface VCManagedResourceCompilerTool

The VCManagedResourceCompilerTool type exposes the following members.

Properties

  Name Description
Public property 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.
Public property DefaultLocalizedResources Gets a value indicating whether the given .resx file contributes to the default resources or to a satellite DLL.
Public property ExecutionBucket Infrastructure. Microsoft Internal Use Only.
Public property OutputFileName Gets the name of the final output file to which this .resx file contributes.
Public property ResourceFileName Gets or sets the name of the intermediate .resources file generated by this tool.
Public property ToolKind Gets the name of the kind of tool this is.
Public property toolName Gets the name of the specified tool.
Public property ToolPath Gets the path to the specified tool.
Public property 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 Working with Project Properties for information about accessing a project's Property Pages dialog box.

See Also

Reference

Microsoft.VisualStudio.VCProjectEngine Namespace