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
Custom | 1 | The Option Strict checks generate warnings. (Note that other compile options may hide these warnings, or turn them into errors.) |
Off | 0 | Option Strict is Off. No Option Strict checks are in effect. |
On | 2 | Option Strict is On. All Option Strict checks are in effect and produce errors. |
Applies to
Colaborar conosco no GitHub
A fonte deste conteúdo pode ser encontrada no GitHub, onde você também pode criar e revisar problemas e solicitações de pull. Para obter mais informações, confira o nosso guia para colaboradores.