Partager via


VCCLCompilerTool.OmitDefaultLibName Property

Gets or sets whether the default library name is omitted.

Namespace:  Microsoft.VisualStudio.VCProjectEngine
Assembly:  Microsoft.VisualStudio.VCProjectEngine (in Microsoft.VisualStudio.VCProjectEngine.dll)

Syntax

Property OmitDefaultLibName As Boolean

Dim instance As VCCLCompilerTool
Dim value As Boolean

value = instance.OmitDefaultLibName

instance.OmitDefaultLibName = value
bool OmitDefaultLibName { get; set; }
property bool OmitDefaultLibName {
    bool get ();
    void set (bool value);
}
function get OmitDefaultLibName () : boolean
function set OmitDefaultLibName (value : boolean)

Property Value

Type: System.Boolean

A boolean value indicating whether the default library name is omitted.

Permissions

See Also

Concepts

/Z7, /Zi, /ZI (Debug Information Format)

Reference

VCCLCompilerTool Interface

VCCLCompilerTool Members

Microsoft.VisualStudio.VCProjectEngine Namespace