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
產生的程式碼編譯單元。