Compartir a través de


VCNMakeTool.ReBuildCommandLine (Propiedad)

Obtiene o establece la línea de comandos para ejecutar 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: System.String
Obtiene o establece la línea de comandos para ejecutar el comando de Rebuild .

Seguridad de .NET Framework

Vea también

Referencia

VCNMakeTool Interfaz

Microsoft.VisualStudio.VCProjectEngine (Espacio de nombres)