共用方式為


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。

適用於

另請參閱