Compartir a través de


VCProjectReference.UseLibraryDependencyInputs (Propiedad)

Obtiene o establece si está habilitada la vinculación independiente de bibliotecas.

Espacio de nombres:  Microsoft.VisualStudio.VCProjectEngine
Ensamblado:  Microsoft.VisualStudio.VCProjectEngine (en Microsoft.VisualStudio.VCProjectEngine.dll)

Sintaxis

'Declaración
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 propiedad

Tipo: Boolean
true si el vinculador puede vincular bibliotecas independientes; false si no puede hacerlo.

Comentarios

Para obtener más información, vea UseLibraryDependencyInput.

Seguridad de .NET Framework

Vea también

Referencia

VCProjectReference Interfaz

Microsoft.VisualStudio.VCProjectEngine (Espacio de nombres)