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
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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.