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("52FCB862-2429-11D7-8BF6-00B0D03DAA06")> _
Public Interface VCManagedResourceCompilerTool
'Usage
Dim instance As VCManagedResourceCompilerTool
[GuidAttribute("52FCB862-2429-11D7-8BF6-00B0D03DAA06")]
public interface VCManagedResourceCompilerTool
[GuidAttribute(L"52FCB862-2429-11D7-8BF6-00B0D03DAA06")]
public interface class VCManagedResourceCompilerTool
public interface VCManagedResourceCompilerTool
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.