linkIncrementalType Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Used to switch on incremental linking. It is used by the LinkIncremental property.
public enum class linkIncrementalType
public enum class linkIncrementalType
enum linkIncrementalType
public enum linkIncrementalType
type linkIncrementalType =
Public Enum linkIncrementalType
- Inheritance
-
linkIncrementalType
Fields
Name | Value | Description |
---|---|---|
linkIncrementalDefault | 0 | Default |
linkIncrementalNo | 1 | No (/INCREMENTAL:NO) |
linkIncrementalYes | 2 | Yes (/INCREMENTAL) |