Anteckning
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Sets or gets whether there are link library dependencies.
Namespace: Microsoft.VisualStudio.VCProjectEngine
Assembly: Microsoft.VisualStudio.VCProjectEngine (in Microsoft.VisualStudio.VCProjectEngine.dll)
Syntax
'Declaration
Property LinkLibraryDependencies As Boolean
'Usage
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.
.NET Framework Security
- 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.