ClientBuildManager.GetCompilerParameters メソッド

定義

仮想パスで表されるファイルのビルドに使用されるコンパイラのタイプとパラメーターを返します。

public:
 void GetCompilerParameters(System::String ^ virtualPath, [Runtime::InteropServices::Out] Type ^ % codeDomProviderType, [Runtime::InteropServices::Out] System::CodeDom::Compiler::CompilerParameters ^ % compilerParameters);
public void GetCompilerParameters (string virtualPath, out Type codeDomProviderType, out System.CodeDom.Compiler.CompilerParameters compilerParameters);
member this.GetCompilerParameters : string * Type * CompilerParameters -> unit
Public Sub GetCompilerParameters (virtualPath As String, ByRef codeDomProviderType As Type, ByRef compilerParameters As CompilerParameters)

パラメーター

virtualPath
String

ファイルへの仮想パス。

codeDomProviderType
Type

このメソッドが返されるときに、コードの生成とコンパイルに使用するプロバイダーの種類を格納します。

compilerParameters
CompilerParameters

このメソッドが返されるときに、ファイルのコンパイル方法を定義するパラメーターを格納します。

例外

virtualPath が null です。

適用対象

こちらもご覧ください