CompilationSection.Compilers 属性

定义

获取 CompilerCollection 类的 CompilationSection 集合。

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

适用于