Compartilhar via


Propriedade VCProjectReference.LinkLibraryDependency

Obtém ou define se há dependências de biblioteca de link.

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

Sintaxe

'Declaração
Property LinkLibraryDependency As Boolean
bool LinkLibraryDependency { get; set; }
property bool LinkLibraryDependency {
    bool get ();
    void set (bool value);
}
abstract LinkLibraryDependency : bool with get, set
function get LinkLibraryDependency () : boolean
function set LinkLibraryDependency (value : boolean)

Valor de propriedade

Tipo: System.Boolean
true significa vincular bibliotecas independentes; falsesignifica que não apresentam links bibliotecas independentes.

Comentários

Para obter mais informações, consulte LinkLibraryDependencies.

Segurança do .NET Framework

Consulte também

Referência

VCProjectReference Interface

Namespace Microsoft.VisualStudio.VCProjectEngine