VCAssemblyReference.CopyLocalSatelliteAssemblies 属性

是否在生成过程中,获取或设置一个值自动复制引用的程序集的附属程序集部署到目标位置。

命名空间:  Microsoft.VisualStudio.VCProjectEngine
程序集:  Microsoft.VisualStudio.VCProjectEngine(在 Microsoft.VisualStudio.VCProjectEngine.dll 中)

语法

声明
Property CopyLocalSatelliteAssemblies As Boolean
bool CopyLocalSatelliteAssemblies { get; set; }
property bool CopyLocalSatelliteAssemblies {
    bool get ();
    void set (bool value);
}
abstract CopyLocalSatelliteAssemblies : bool with get, set
function get CopyLocalSatelliteAssemblies () : boolean
function set CopyLocalSatelliteAssemblies (value : boolean)

属性值

类型:System.Boolean
true 在生成期间,因此,如果引用的程序集的附属程序集自动复制到目标位置;否则, false。

.NET Framework 安全性

请参见

参考

VCAssemblyReference 接口

Microsoft.VisualStudio.VCProjectEngine 命名空间