CompilationSection.Compilers 属性

定义

获取 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 它包含的对象。

适用于