Compartir a través de


VCNMakeTool.CleanCommandLine (Propiedad)

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

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

Sintaxis

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

Valor de propiedad

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

Seguridad de .NET Framework

Vea también

Referencia

VCNMakeTool Interfaz

Microsoft.VisualStudio.VCProjectEngine (Espacio de nombres)