Proprietà VCNMakeTool.ReBuildCommandLine
Ottiene o imposta la riga di comando da eseguire per il comando Rebuild (menu Build).
Spazio dei nomi: Microsoft.VisualStudio.VCProjectEngine
Assembly: Microsoft.VisualStudio.VCProjectEngine (in Microsoft.VisualStudio.VCProjectEngine.dll)
Sintassi
'Dichiarazione
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)
Valore proprietà
Tipo: String
Ottiene o imposta la riga di comando da eseguire per il comando Rebuild.
Sicurezza di .NET Framework
- Attendibilità totale per il chiamante immediato. Impossibile utilizzare questo membro in codice parzialmente attendibile. Per altre informazioni, vedere Utilizzo di librerie da codice parzialmente attendibile.