VCProjectReference.CopyLocalSatelliteAssemblies Property

This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.

Microsoft Internal Use Only.

Namespace:  Microsoft.VisualStudio.VCProjectEngine
Assembly:  Microsoft.VisualStudio.VCProjectEngine (in Microsoft.VisualStudio.VCProjectEngine.dll)

Syntax

'Declaration
Property CopyLocalSatelliteAssemblies As Boolean
'Usage
Dim instance As VCProjectReference 
Dim value As Boolean 

value = instance.CopyLocalSatelliteAssemblies

instance.CopyLocalSatelliteAssemblies = value
bool CopyLocalSatelliteAssemblies { get; set; }
property bool CopyLocalSatelliteAssemblies {
    bool get ();
    void set (bool value);
}
function get CopyLocalSatelliteAssemblies () : boolean 
function set CopyLocalSatelliteAssemblies (value : boolean)

Property Value

Type: System.Boolean

Implements

VCReference.CopyLocalSatelliteAssemblies

.NET Framework Security

See Also

Reference

VCProjectReference Interface

VCProjectReference Members

CopyLocalSatelliteAssemblies Overload

Microsoft.VisualStudio.VCProjectEngine Namespace