Compartilhar via


Propriedade VCProjectReference.UseLibraryDependencyInputs

Obtém ou define se a vinculação independente das bibliotecas está habilitada.

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: System.Boolean
true Se o vinculador pode vincular as bibliotecas independentes; falseSe o vinculador não pode.

Comentários

Para obter mais informações, consulte UseLibraryDependencyInput.

Segurança do .NET Framework

Consulte também

Referência

VCProjectReference Interface

Namespace Microsoft.VisualStudio.VCProjectEngine