BuildProvider.GetDefaultCompilerType メソッド

定義

アプリケーション内の既定言語に関するコンパイラの設定値を返します。

protected:
 System::Web::Compilation::CompilerType ^ GetDefaultCompilerType();
protected System.Web.Compilation.CompilerType GetDefaultCompilerType ();
member this.GetDefaultCompilerType : unit -> System.Web.Compilation.CompilerType
Protected Function GetDefaultCompilerType () As CompilerType

戻り値

CompilerType

アプリケーション内の既定言語に関するコンパイラの設定値を表す CompilerType。 基本クラスは、アプリケーションの構成ファイルに基づいてコンパイラの既定値を返します。

注釈

このメソッドを GetDefaultCompilerType 使用して、ビルド プロバイダーの既定のコンパイラの種類を調べます。 このメソッドを GetDefaultCompilerTypeForLanguage 使用して、ビルド プロバイダーで構成されているコンパイラの種類で、特定の言語名を調べます。

基本BuildProviderクラスは、アプリケーション構成ファイルのセクションのcompilation属性値をdefaultLanguage使用して、既定のコンパイラの種類を決定します。 セクションに既定の compilation 言語設定がない場合、既定のコンパイラの種類は言語プロバイダーを VBCodeProvider 使用して設定されます。

クラスからBuildProvider派生する場合は、実装内でプロパティをCodeCompilerType設定するために使用GetDefaultCompilerTypeできます。

適用対象

こちらもご覧ください