CompileWorkflowTask.TemporaryFiles 属性
定义
获取指向由正在编译的工作流项目的生成任务创建的临时文件的路径的数组。Gets an array of paths to temporary files created by the build task for the workflow project being compiled.
public:
property cli::array <System::String ^> ^ TemporaryFiles { cli::array <System::String ^> ^ get(); };
[Microsoft.Build.Framework.Output]
public string[] TemporaryFiles { get; }
[<Microsoft.Build.Framework.Output>]
member this.TemporaryFiles : string[]
Public ReadOnly Property TemporaryFiles As String()
属性值
- String[]
指向由正在编译的工作流项目的生成任务创建的临时文件的路径的数组。An array of paths to temporary files created by the build task for the workflow project being compiled.
- 属性