CopyLocal Property
Gets or sets {insert text here}.
Namespace: Microsoft.VisualStudio.Data.Tools.Package.Internal
Assembly: Microsoft.VisualStudio.Data.Tools.Package (in Microsoft.VisualStudio.Data.Tools.Package.dll)
Syntax
'Declaration
Public Overridable Property CopyLocal As Boolean
Get
Set
'Usage
Dim instance As OAReferenceBase
Dim value As Boolean
value = instance.CopyLocal
instance.CopyLocal = value
public virtual bool CopyLocal { get; set; }
public:
virtual property bool CopyLocal {
bool get ();
void set (bool value);
}
abstract CopyLocal : bool with get, set
override CopyLocal : bool with get, set
function get CopyLocal () : boolean
function set CopyLocal (value : boolean)
Property Value
Type: System..::..Boolean
Implements
ReferenceCopyLocal()()()()
See Also
Reference
Microsoft.VisualStudio.Data.Tools.Package.Internal Namespace