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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.