Share via


Reference5.CopyLocal Property

Namespace:  VSLangProj110
Assembly:  VSLangProj110 (in VSLangProj110.dll)

Syntax

'Declaration
Property CopyLocal As Boolean
bool CopyLocal { get; set; }
property bool CopyLocal {
    bool get ();
    void set (bool value);
}
abstract CopyLocal : bool with get, set
function get CopyLocal () : boolean 
function set CopyLocal (value : boolean)

Property Value

Type: System.Boolean

.NET Framework Security

See Also

Reference

Reference5 Interface

VSLangProj110 Namespace