다음을 통해 공유


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

CompilerCollection 개체의 컬렉션을 포함하는 Compiler 컬렉션입니다.

특성

설명

Compilers 속성 기본 구성 파일의 실제 요소를 참조 하지 않습니다. 에 쉽게 액세스할 수 있는 구문입니다는 Compiler 포함 된 개체입니다.

적용 대상