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。

适用于

另请参阅