Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
Exposes the functionality of the linker options.
Namespace: Microsoft.VisualStudio.VCProjectEngine
Assembly: Microsoft.VisualStudio.VCProjectEngine (in Microsoft.VisualStudio.VCProjectEngine.dll)
Syntax
'Declaration
<GuidAttribute("52FCB857-2429-11D7-8BF6-00B0D03DAA06")> _
Public Interface VCLinkerTool
'Usage
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.