optRefType Enum
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 by the OptimizeReferences property.
public enum class optRefType
C++/CX
public enum class optRefType
enum optRefType
public enum optRefType
type optRefType =
Public Enum optRefType
- Inheritance
-
optRefType
Name | Value | Description |
---|---|---|
optReferencesDefault | 0 | Default |
optNoReferences | 1 | Keep Unreferenced Data (/OPT:NOREF) |
optReferences | 2 | Eliminate Unreferenced Data (/OPT:REF) |
Proizvod | Verzije |
---|---|
Visual Studio SDK | 2015, 2017, 2019, 2022 |