CodeGenerationCompleteEventArgs(String, String, CodeCompileUnit) 构造函数
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
此类型/成员支持.NET Framework基础结构,不应直接从代码使用。初始化 类的新实例CodeGenerationCompleteEventArgs。
public CodeGenerationCompleteEventArgs(string virtualPath, string physicalPath, System.CodeDom.CodeCompileUnit generatedCode);
new System.Web.Razor.Generator.CodeGenerationCompleteEventArgs : string * string * System.CodeDom.CodeCompileUnit -> System.Web.Razor.Generator.CodeGenerationCompleteEventArgs
Public Sub New (virtualPath As String, physicalPath As String, generatedCode As CodeCompileUnit)
参数
- virtualPath
- String
虚拟路径字符串。
- physicalPath
- String
物理路径字符串。
- generatedCode
- CodeCompileUnit
生成的代码编译单元。