GenerateTemporaryTargetAssembly.IntermediateOutputPath 属性

定义

获取或设置生成临时目标程序集的目标。

此 API 支持产品基础结构,不能在代码中直接使用。

public:
 property System::String ^ IntermediateOutputPath { System::String ^ get(); void set(System::String ^ value); };
[Microsoft.Build.Framework.Required]
public string IntermediateOutputPath { get; set; }
[<Microsoft.Build.Framework.Required>]
member this.IntermediateOutputPath : string with get, set
Public Property IntermediateOutputPath As String

属性值

临时目标程序集要生成到的目标。

属性

适用于