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
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.