Compartir a través de


VCNMakeTool.BuildCommandLine (Propiedad)

Obtiene o establece la línea de comandos para ejecutar el comando de Build (menú deBuild ).

Espacio de nombres:  Microsoft.VisualStudio.VCProjectEngine
Ensamblado:  Microsoft.VisualStudio.VCProjectEngine (en Microsoft.VisualStudio.VCProjectEngine.dll)

Sintaxis

'Declaración
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)

Valor de propiedad

Tipo: System.String
Línea de comandos para la ejecución del comando de Build .

Seguridad de .NET Framework

Vea también

Referencia

VCNMakeTool Interfaz

Microsoft.VisualStudio.VCProjectEngine (Espacio de nombres)