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
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
.NET