CompilerResults(TempFileCollection) Konstruktor
Definition
Viktigt
En del information gäller för förhandsversionen av en produkt och kan komma att ändras avsevärt innan produkten blir allmänt tillgänglig. Microsoft lämnar inga garantier, uttryckliga eller underförstådda, avseende informationen som visas här.
Initierar en ny instans av CompilerResults klassen som använder de angivna temporära filerna.
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)
Parametrar
- tempFiles
- TempFileCollection
En TempFileCollection som du kan hantera och lagra referenser till mellanliggande filer som genereras under kompilering.