VCProjectReference.CopyLocalDependencies 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 CopyLocalDependencies As Boolean
用法
Dim instance As VCProjectReference
Dim value As Boolean

value = instance.CopyLocalDependencies

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

Property Value

Type: System.Boolean

Implements

VCReference.CopyLocalDependencies

Permissions

See Also

Reference

VCProjectReference Interface

VCProjectReference Members

Microsoft.VisualStudio.VCProjectEngine Namespace