Partager via


VCPropertySheet.OutputDirectory, propriété

Obtient ou définit le répertoire dans lequel placer la sortie. Par défaut, il s'agit du répertoire de projet.

Espace de noms :  Microsoft.VisualStudio.VCProjectEngine
Assembly :  Microsoft.VisualStudio.VCProjectEngine (dans Microsoft.VisualStudio.VCProjectEngine.dll)

Syntaxe

'Déclaration
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)

Valeur de propriété

Type : String
Répertoire dans lequel placer la sortie.

Notes

Les assistants permettent cette propriété. N'utilisez pas le répertoire du projet pour les sorties de projet.

Sécurité .NET Framework

Voir aussi

Référence

VCPropertySheet Interface

Microsoft.VisualStudio.VCProjectEngine, espace de noms