Click to Rate and Give Feedback
Collapse All/Expand All Collapse All
This page is specific to
Microsoft Visual Studio 2010/.NET Framework 4

Other versions are also available for the following:
Visual Studio Automation and Extensibility Reference
LinkTimeCodeGenerationOption Enumeration

Corresponds to the Link Time Code Generation command line options.

Namespace:  Microsoft.VisualStudio.VCProjectEngine
Assembly:  Microsoft.VisualStudio.VCProjectEngine (in Microsoft.VisualStudio.VCProjectEngine.dll)
Visual Basic
Public Enumeration LinkTimeCodeGenerationOption
C#
public enum LinkTimeCodeGenerationOption
Visual C++
public enum class LinkTimeCodeGenerationOption
F#
type LinkTimeCodeGenerationOption
JScript
public enum LinkTimeCodeGenerationOption
Member nameDescription
LinkTimeCodeGenerationOptionDefaultCorresponds to the LTCGoption currently set in the project.
LinkTimeCodeGenerationOptionUseCorresponds to /LTCG.
LinkTimeCodeGenerationOptionInstrumentCorresponds to the /LTCG:PGINSTRUMENT option.
LinkTimeCodeGenerationOptionOptimizeCorresponds to the /LTCG:PGOPTIMIZE option.
LinkTimeCodeGenerationOptionUpdateCorresponds to the /LTCG:PGUPDATE option.
Tags What's this?: Add a tag
Community Content   What is Community Content?
Add new content RSS  Annotations
Processing
© 2012 Microsoft. All rights reserved. Terms of Use | Trademarks | Privacy Statement
Page view tracker