Aracılığıyla paylaş


VCActiveXReference.CopyLocalSatelliteAssemblies Özellik

Alır veya başvurulan derlemenin uydu derlemeleri yapı sırasında hedef konuma otomatik olarak kopyalanıp kopyalanmayacağını belirten bir değeri ayarlar.

Ad alanı:  Microsoft.VisualStudio.VCProjectEngine
Derleme:  Microsoft.VisualStudio.VCProjectEngine (Microsoft.VisualStudio.VCProjectEngine.dll içinde)

Sözdizimi

'Bildirim
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)

Özellik Değeri

Tür: System.Boolean
true başvurulan derlemenin uydu derlemelerini otomatik olarak hedef konuma kopyalanır Aksi halde, false.

Notlar

CopyLocalSatelliteAssembliesis used only if CopyLocal is true.

.NET Framework Güvenliği

Ayrıca bkz.

Başvuru

VCActiveXReference Arabirim

CopyLocalSatelliteAssemblies Fazla Yük

Microsoft.VisualStudio.VCProjectEngine Ad Alanı