Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets whether the reference's file should be copied to a local directory.
Namespace: Microsoft.VisualStudio.Data.Schema.Project.Project.MPF
Assembly: Microsoft.VisualStudio.Data.Schema.Project (in Microsoft.VisualStudio.Data.Schema.Project.dll)
Syntax
'Declaration
Public Property CopyToLocal As Boolean
'Usage
Dim instance As ReferenceNodeProperties
Dim value As Boolean
value = instance.CopyToLocal
instance.CopyToLocal = value
public bool CopyToLocal { get; set; }
public:
property bool CopyToLocal {
bool get ();
void set (bool value);
}
public function get CopyToLocal () : boolean
public function set CopyToLocal (value : boolean)
Property Value
Type: System.Boolean
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
ReferenceNodeProperties Members
Microsoft.VisualStudio.Data.Schema.Project.Project.MPF Namespace