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

声明
Property CopyLocalSatelliteAssemblies As Boolean
用法
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

Permissions

See Also

Reference

VCProjectReference Interface

VCProjectReference Members

Microsoft.VisualStudio.VCProjectEngine Namespace