VCProjectConfigurationProperties.OutputPath Property

Specifies the location of the output files for this project's configuration.

Namespace:  Microsoft.VisualStudio.VCProject
Assembly:  Microsoft.VisualStudio.VCProject (in Microsoft.VisualStudio.VCProject.dll)

Syntax

声明
ReadOnly Property OutputPath As String
用法
Dim instance As VCProjectConfigurationProperties
Dim value As String

value = instance.OutputPath
string OutputPath { get; }
property String^ OutputPath {
    String^ get ();
}
function get OutputPath () : String

Property Value

Type: System.String

The path for the build output.

Permissions

See Also

Reference

VCProjectConfigurationProperties Interface

VCProjectConfigurationProperties Members

Microsoft.VisualStudio.VCProject Namespace