VCResourceCompilerTool Interface

Programmatically accesses the properties on the Resources folder in a project's Property Pages dialog box.

Namespace:  Microsoft.VisualStudio.VCProjectEngine
Assembly:  Microsoft.VisualStudio.VCProjectEngine (in Microsoft.VisualStudio.VCProjectEngine.dll)

Syntax

'Declaration
<GuidAttribute("AEC4E132-7D6B-4F68-BAB5-24D6CC943485")> _
Public Interface VCResourceCompilerTool
[GuidAttribute("AEC4E132-7D6B-4F68-BAB5-24D6CC943485")]
public interface VCResourceCompilerTool
[GuidAttribute(L"AEC4E132-7D6B-4F68-BAB5-24D6CC943485")]
public interface class VCResourceCompilerTool
[<GuidAttribute("AEC4E132-7D6B-4F68-BAB5-24D6CC943485")>]
type VCResourceCompilerTool =  interface end
public interface VCResourceCompilerTool

The VCResourceCompilerTool type exposes the following members.

Properties

  Name Description
Public property AdditionalIncludeDirectories Gets or sets one or more directories to add to the include path.
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 Culture Gets or sets the culture (such as English or Spanish) that is used in the resources.
Public property ExecutionBucket Infrastructure. Microsoft Internal Use Only.
Public property FullIncludePath Gets a list of all directories included in the build.
Public property IgnoreStandardIncludePath Gets or sets a value indicating whether to ignore the standard include path.
Public property PreprocessorDefinitions Gets or sets one or more preprocessor definitions.
Public property ResourceOutputFileName Gets or sets the name of the resource file.
Public property ShowProgress Gets or sets a value indicating whether to enable detailed display about linker progress.
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

Methods

  Name Description
Public method get_PropertyOption Infrastructure. Microsoft Internal Use Only.

Top

Remarks

See Working with Project Properties for information about accessing a project's Property Pages dialog box.

See Also

Reference

Microsoft.VisualStudio.VCProjectEngine Namespace