LanguageOptions 枚举
定义
定义指示语言的特殊功能的标识符。Defines identifiers that indicate special features of a language.
此枚举有一个 FlagsAttribute 属性,允许按位组合成员值。
public enum class LanguageOptions
[System.Flags]
public enum LanguageOptions
[System.Flags]
[System.Serializable]
public enum LanguageOptions
[<System.Flags>]
type LanguageOptions =
[<System.Flags>]
[<System.Serializable>]
type LanguageOptions =
Public Enum LanguageOptions
- 继承
- 属性
字段
| CaseInsensitive | 1 | 语言不区分大小写。The language is case-insensitive. |
| None | 0 | 语言具有默认特性。The language has default characteristics. |
注解
CodeDomProvider具有一个 LanguageOptions 属性,该属性用于指示提供程序支持的编程语言的某些特性。A CodeDomProvider has a LanguageOptions property that is used to indicate certain characteristics of the programming language supported by the provider. 标识符的含义 LanguageOptions 可以与正确生成、编译和读取语言相关。The meaning of a LanguageOptions identifier can be relevant to properly generating, compiling, and reading the language.