Share via


VCCLCompilerTool.OmitDefaultLibName, propriété

Obtient ou définit une valeur indiquant si le nom de bibliothèque par défaut est omis.

Espace de noms :  Microsoft.VisualStudio.VCProjectEngine
Assembly :  Microsoft.VisualStudio.VCProjectEngine (dans Microsoft.VisualStudio.VCProjectEngine.dll)

Syntaxe

'Déclaration
Property OmitDefaultLibName As Boolean
bool OmitDefaultLibName { get; set; }
property bool OmitDefaultLibName {
    bool get ();
    void set (bool value);
}
abstract OmitDefaultLibName : bool with get, set
function get OmitDefaultLibName () : boolean
function set OmitDefaultLibName (value : boolean)

Valeur de propriété

Type : System.Boolean
Valeur booléenne indiquant si le nom de bibliothèque par défaut est omis.

Sécurité .NET Framework

Voir aussi

Référence

VCCLCompilerTool Interface

Microsoft.VisualStudio.VCProjectEngine, espace de noms

Autres ressources

/Z7, /Zi, /ZI (Format des informations de débogage)