Partager via


VCNMakeTool.BuildCommandLine, propriété

Obtient ou définit la ligne de commande à exécuter pour la commande Build (menu Build).

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

Syntaxe

'Déclaration
Property BuildCommandLine As String
string BuildCommandLine { get; set; }
property String^ BuildCommandLine {
    String^ get ();
    void set (String^ value);
}
abstract BuildCommandLine : string with get, set
function get BuildCommandLine () : String 
function set BuildCommandLine (value : String)

Valeur de propriété

Type : String
Ligne de commande à exécuter pour la commande Build.

Sécurité .NET Framework

Voir aussi

Référence

VCNMakeTool Interface

Microsoft.VisualStudio.VCProjectEngine, espace de noms