VCActiveXReference.CopyLocalSatelliteAssemblies Eigenschaft

Definition

Ruft einen Wert ab oder legt einen Wert fest, der angibt, ob während der Erstellung automatisch die Satellitenassemblys der Assembly an den Zielort kopiert werden sollen.

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

Eigenschaftswert

Boolean

true, wenn die Satellitenassemblys der Assembly automatisch an den Zielspeicherort kopiert werden, andernfalls false.

Implementiert

Attribute

Hinweise

CopyLocalSatelliteAssemblies wird nur verwendet, wenn den Wert hat CopyLocal true .

Gilt für