Compartir a través de


VCNMakeTool.ReBuildCommandLine (Propiedad)

Obtiene o establece la línea de comandos que se va a ejecutar para el comando de Rebuild (menú deBuild).

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

Sintaxis

'Declaración
Property ReBuildCommandLine As String
string ReBuildCommandLine { get; set; }
property String^ ReBuildCommandLine {
    String^ get ();
    void set (String^ value);
}
abstract ReBuildCommandLine : string with get, set
function get ReBuildCommandLine () : String 
function set ReBuildCommandLine (value : String)

Valor de propiedad

Tipo: String
Obtiene o establece la línea de comandos que se va a ejecutar para el comando Rebuild.

Seguridad de .NET Framework

Vea también

Referencia

VCNMakeTool Interfaz

Microsoft.VisualStudio.VCProjectEngine (Espacio de nombres)