VCProjectReference.LinkLibraryDependency Свойство

Определение

Получает или задает значение, указывающее наличие или отсутствие зависимостей библиотек компоновки.

public:
 property bool LinkLibraryDependency { bool get(); void set(bool value); };
public:
 property bool LinkLibraryDependency { bool get(); void set(bool value); };
[System.Runtime.InteropServices.DispId(2043)]
public bool LinkLibraryDependency { [System.Runtime.InteropServices.DispId(2043)] get; [System.Runtime.InteropServices.DispId(2043)] set; }
[<System.Runtime.InteropServices.DispId(2043)>]
[<get: System.Runtime.InteropServices.DispId(2043)>]
[<set: System.Runtime.InteropServices.DispId(2043)>]
member this.LinkLibraryDependency : bool with get, set
Public Property LinkLibraryDependency As Boolean

Значение свойства

Boolean

Значение true означает, что требуется привязывать независимые библиотеки; значение false означает, что независимые библиотеки привязывать не следует.

Атрибуты

Комментарии

Для получения дополнительной информации см. LinkLibraryDependencies.

Применяется к