Compiler.Language 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取在动态编译文件中使用的编程语言列表。
public:
property System::String ^ Language { System::String ^ get(); };
[System.Configuration.ConfigurationProperty("language", DefaultValue="", IsKey=true, IsRequired=true)]
public string Language { get; }
[<System.Configuration.ConfigurationProperty("language", DefaultValue="", IsKey=true, IsRequired=true)>]
member this.Language : string
Public ReadOnly Property Language As String
属性值
一个值,指定在动态编译文件中使用的编程语言。
- 属性
注解
当编程语言列表包含多种语言时,该列表以分号分隔。