Condividi tramite


Proprietà VCBscMakeTool.OutputFile

Esegue l'override del nome file di output predefinito.L'impostazione predefinita è basata sul primo nome di estensione .lib o .obj nella riga di comando.Espone la funzionalità dello strumento BSCMake Opzioni di BSCMAKE opzione.

Spazio dei nomi:  Microsoft.VisualStudio.VCProjectEngine
Assembly:  Microsoft.VisualStudio.VCProjectEngine (in Microsoft.VisualStudio.VCProjectEngine.dll)

Sintassi

'Dichiarazione
Property OutputFile As String
string OutputFile { get; set; }
property String^ OutputFile {
    String^ get ();
    void set (String^ value);
}
abstract OutputFile : string with get, set
function get OutputFile () : String
function set OutputFile (value : String)

Valore proprietà

Tipo: System.String
Il nome file di output sottoposto a override.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

VCBscMakeTool Interfaccia

Spazio dei nomi Microsoft.VisualStudio.VCProjectEngine