VCLinkerTool.UseLibraryDependencyInputs Property
Visual Studio 2005
Sets or gets whether independent linking of libraries is enabled.
Namespace: Microsoft.VisualStudio.VCProjectEngine
Assembly: Microsoft.VisualStudio.VCProjectEngine (in microsoft.visualstudio.vcprojectengine.dll)
Assembly: Microsoft.VisualStudio.VCProjectEngine (in microsoft.visualstudio.vcprojectengine.dll)
/** @property */ boolean get_UseLibraryDependencyInputs () /** @property */ void set_UseLibraryDependencyInputs (/** @attribute InAttribute() */ boolean UseLibraryDependencyInputs)
function get UseLibraryDependencyInputs () : boolean function set UseLibraryDependencyInputs (UseLibraryDependencyInputs : boolean)