Propriedade VCLinkerTool.UseLibraryDependencyInputs
Obtém ou define se vincular independente das bibliotecas está habilitado.
Namespace: Microsoft.VisualStudio.VCProjectEngine
Assembly: Microsoft.VisualStudio.VCProjectEngine (em Microsoft.VisualStudio.VCProjectEngine.dll)
Sintaxe
'Declaração
Property UseLibraryDependencyInputs As Boolean
bool UseLibraryDependencyInputs { get; set; }
property bool UseLibraryDependencyInputs {
bool get ();
void set (bool value);
}
abstract UseLibraryDependencyInputs : bool with get, set
function get UseLibraryDependencyInputs () : boolean
function set UseLibraryDependencyInputs (value : boolean)
Valor de propriedade
Tipo: Boolean
true se o vinculador pode vincular bibliotecas independentes.
Segurança do .NET Framework
- Confiança total para o chamador imediato. O membro não pode ser usado por código parcialmente confiável. Para obter mais informações, consulte Usando bibliotecas de código parcialmente confiável.