VCLinkerTool Interface
Exposes the functionality of the linker options.
Namespace: Microsoft.VisualStudio.VCProjectEngine
Assembly: Microsoft.VisualStudio.VCProjectEngine (in Microsoft.VisualStudio.VCProjectEngine.dll)
Syntax
<GuidAttribute("52FCB857-2429-11D7-8BF6-00B0D03DAA06")> _
Public Interface VCLinkerTool
Dim instance As VCLinkerTool
[GuidAttribute("52FCB857-2429-11D7-8BF6-00B0D03DAA06")]
public interface VCLinkerTool
[GuidAttribute(L"52FCB857-2429-11D7-8BF6-00B0D03DAA06")]
public interface class VCLinkerTool
public interface VCLinkerTool
Remarks
The VCLinkerTool object is not available for static library projects. Use VCLibrarianTool for static libraries.
The following new linker options are in Visual Studio 2005:
Three new values can be passed to the /LTCG (Link-time Code Generation) linker option: /LTCG:PGI, /LTCG:PGO, and /LTCG:PGU.
The following linker option was removed in Visual Studio 2005:
- /MAPINFO: LINES (see /MAPINFO (Include Information in Mapfile)).
For more information, see Linker Options.