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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.