共用方式為


CompilerResults.TempFiles 屬性

定義

取得或設定要使用的暫存檔案集合。

public:
 property System::CodeDom::Compiler::TempFileCollection ^ TempFiles { System::CodeDom::Compiler::TempFileCollection ^ get(); void set(System::CodeDom::Compiler::TempFileCollection ^ value); };
public System.CodeDom.Compiler.TempFileCollection TempFiles { get; set; }
member this.TempFiles : System.CodeDom.Compiler.TempFileCollection with get, set
Public Property TempFiles As TempFileCollection

屬性值

TempFileCollection 可用來管理與儲存在編譯期間產生的中繼檔案的參考。

適用於

另請參閱