ResourcesGenerator.OutputPath 属性

定义

获取或设置输出目录的路径。

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

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

属性值

属性

注解

输出目录的路径。 如果该路径不是绝对路径,则将其视作根项目目录的相对路径。

适用于