Share via


CodeGenerationCompleteEventArgs(String, String, CodeCompileUnit) Konstruktor

Definice

Tento typ/člen podporuje infrastrukturu rozhraní .NET Framework a není určen k použití přímo z vašeho kódu. Inicializuje novou instanci CodeGenerationCompleteEventArgs třídy.

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)

Parametry

virtualPath
String

Řetězec virtuální cesty.

physicalPath
String

Řetězec fyzické cesty.

generatedCode
CodeCompileUnit

Jednotka kompilace vygenerovaného kódu

Platí pro