Share via


OAReferenceBase.CopyLocal Property

This class and its members are reserved for internal use and are not intended to be used in your code.

Namespace:  Microsoft.VisualStudio.Data.Schema.Package.Internal
Assembly:  Microsoft.VisualStudio.Data.Schema.Package (in Microsoft.VisualStudio.Data.Schema.Package.dll)

Syntax

'Declaration
Public Overridable Property CopyLocal As Boolean
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

Reference.CopyLocal

.NET Framework Security

See Also

Reference

OAReferenceBase Class

Microsoft.VisualStudio.Data.Schema.Package.Internal Namespace