MarkupCompilePass2.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

属性值

生成的代码文件的位置。

属性

适用于