CompilationSection.Compilers 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取 CompilationSection 类的 CompilerCollection 集合。
public:
property System::Web::Configuration::CompilerCollection ^ Compilers { System::Web::Configuration::CompilerCollection ^ get(); };
[System.Configuration.ConfigurationProperty("compilers")]
public System.Web.Configuration.CompilerCollection Compilers { get; }
[<System.Configuration.ConfigurationProperty("compilers")>]
member this.Compilers : System.Web.Configuration.CompilerCollection
Public ReadOnly Property Compilers As CompilerCollection
属性值
一个包含 CompilerCollection 对象集合的 Compiler。
- 属性
注解
属性 Compilers 不引用基础配置文件中的任何实际元素。 它是一种构造,允许轻松访问 Compiler 它包含的对象。