다음을 통해 공유


Compiler.CompilerOptions 속성

정의

컴파일하는 동안 사용할 컴파일러별 옵션 목록을 가져옵니다.

public:
 property System::String ^ CompilerOptions { System::String ^ get(); };
[System.Configuration.ConfigurationProperty("compilerOptions", DefaultValue="")]
public string CompilerOptions { get; }
[<System.Configuration.ConfigurationProperty("compilerOptions", DefaultValue="")>]
member this.CompilerOptions : string
Public ReadOnly Property CompilerOptions As String

속성 값

String

컴파일하는 동안 사용할 컴파일러별 옵션을 지정하는 값입니다. 이 값은 병합된 집합이 아니며 이전에 구성 엔트리에 정의된 값을 재정의합니다.

특성

적용 대상