VCProjectConfigurationProperties.OutputPath 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
指定该项目配置的输出文件的位置。
public:
property System::String ^ OutputPath { System::String ^ get(); };
public:
property Platform::String ^ OutputPath { Platform::String ^ get(); };
[System.Runtime.InteropServices.DispId(771)]
public string OutputPath { [System.Runtime.InteropServices.DispId(771)] get; }
[<System.Runtime.InteropServices.DispId(771)>]
[<get: System.Runtime.InteropServices.DispId(771)>]
member this.OutputPath : string
Public ReadOnly Property OutputPath As String
属性值
生成输出的路径。
- 属性