VCAssemblyReference.CopyLocalSatelliteAssemblies 属性

定义

获取或设置一个值,该值指示是否在生成期间自动将已引用程序集的附属程序集复制到目标位置。

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

属性值

Boolean

true 如果在生成过程中将引用程序集的附属程序集自动复制到目标位置,则为; 否则为。否则为 false

实现

属性

适用于