VCLinkerTool.LinkLibraryDependencies Property

Sets or gets whether there are link library dependencies.

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

Syntax

声明
Property LinkLibraryDependencies As Boolean
用法
Dim instance As VCLinkerTool
Dim value As Boolean

value = instance.LinkLibraryDependencies

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

Property Value

Type: System.Boolean

false means don't link independent libraries.

Permissions

See Also

Reference

VCLinkerTool Interface

VCLinkerTool Members

Microsoft.VisualStudio.VCProjectEngine Namespace