CompilerResults(TempFileCollection) 建構函式
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
初始化 CompilerResults 類別的新執行個體,這個執行個體會使用指定的暫存檔案。
public:
CompilerResults(System::CodeDom::Compiler::TempFileCollection ^ tempFiles);
public CompilerResults (System.CodeDom.Compiler.TempFileCollection tempFiles);
new System.CodeDom.Compiler.CompilerResults : System.CodeDom.Compiler.TempFileCollection -> System.CodeDom.Compiler.CompilerResults
Public Sub New (tempFiles As TempFileCollection)
參數
- tempFiles
- TempFileCollection
TempFileCollection 可用來管理與儲存在編譯期間產生的中繼檔案的參考。