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
optManagedIncrementalBuild Enumeration

(Deprecated) Specifies whether an incremental build is used to build a manageg project. An incremental build compiles only those methods that have changed since the last compilation.

Namespace:  Microsoft.VisualStudio.VCProjectEngine
Assembly:  Microsoft.VisualStudio.VCProjectEngine (in Microsoft.VisualStudio.VCProjectEngine.dll)
Visual Basic
Public Enumeration optManagedIncrementalBuild
C#
public enum optManagedIncrementalBuild
Visual C++
public enum class optManagedIncrementalBuild
F#
type optManagedIncrementalBuild
JScript
public enum optManagedIncrementalBuild
Member nameDescription
optManagedIncrementalBuildNoAn incremental build is not used.
optManagedIncrementalBuildYesAn incremental build is used.

This enumeration is deprecated and results in an error if used.

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