OptionStrict 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.
Represents the state of Option Strict checking.
public enum class OptionStrict
public enum OptionStrict
type OptionStrict =
Public Enum OptionStrict
- Inheritance
-
OptionStrict
Fields
Name | Value | Description |
---|---|---|
Off | 0 | Option Strict is Off. No Option Strict checks are in effect. |
Custom | 1 | The Option Strict checks generate warnings. (Note that other compile options may hide these warnings, or turn them into errors.) |
On | 2 | Option Strict is On. All Option Strict checks are in effect and produce errors. |
Applies to
Colaborar con nosotros en GitHub
El origen de este contenido se puede encontrar en GitHub, donde también puede crear y revisar problemas y solicitudes de incorporación de cambios. Para más información, consulte nuestra guía para colaboradores.