VCActiveXReference.CopyLocalDependencies Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets a value indicating whether to automatically copy the referenced assembly's non-system dependencies to the target location during a build.
public:
property bool CopyLocalDependencies { bool get(); void set(bool value); };
public:
property bool CopyLocalDependencies { bool get(); void set(bool value); };
[System.Runtime.InteropServices.DispId(2021)]
public bool CopyLocalDependencies { [System.Runtime.InteropServices.DispId(2021)] get; [System.Runtime.InteropServices.DispId(2021)] set; }
[<System.Runtime.InteropServices.DispId(2021)>]
[<get: System.Runtime.InteropServices.DispId(2021)>]
[<set: System.Runtime.InteropServices.DispId(2021)>]
member this.CopyLocalDependencies : bool with get, set
Public Property CopyLocalDependencies As Boolean
Property Value
true
if the referenced assembly's non-system dependencies are copied; otherwise, false
.
Implements
- Attributes
Remarks
CopyLocalDependencies is used only if CopyLocal is true
.