VCPropertySheet.OutputDirectory Property

Gets or sets the directory in which to place output. The default directory is the project directory.

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

Syntax

'Declaration
Property OutputDirectory As String
    Get
    Set
string OutputDirectory { get; set; }
property String^ OutputDirectory {
    String^ get ();
    void set (String^ value);
}
abstract OutputDirectory : string with get, set
function get OutputDirectory () : String
function set OutputDirectory (value : String)

Property Value

Type: System.String
The directory in which to place output.

Remarks

Wizards set this property. Do not use the project directory for the project outputs.

.NET Framework Security

See Also

Reference

VCPropertySheet Interface

Microsoft.VisualStudio.VCProjectEngine Namespace