VCLibrarianTool.LinkLibraryDependencies Propriedade
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Obtém ou define se as saídas do projeto dependente estão vinculadas.
public:
property bool LinkLibraryDependencies { bool get(); void set(bool value); };
public:
property bool LinkLibraryDependencies { bool get(); void set(bool value); };
[System.Runtime.InteropServices.DispId(16)]
public bool LinkLibraryDependencies { [System.Runtime.InteropServices.DispId(16)] get; [System.Runtime.InteropServices.DispId(16)] set; }
[<System.Runtime.InteropServices.DispId(16)>]
[<get: System.Runtime.InteropServices.DispId(16)>]
[<set: System.Runtime.InteropServices.DispId(16)>]
member this.LinkLibraryDependencies : bool with get, set
Public Property LinkLibraryDependencies As Boolean
Valor da propriedade
Retorna um Booliano. true Se as saídas do projeto dependente estiverem vinculadas.
- Atributos