IDatabaseProjectNode.DisableDragDropOrCopyPaste Property

Gets or sets whether to force the project to disallow drag and drop and paste for this project.

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

Syntax

'Declaration
Property DisableDragDropOrCopyPaste As Boolean
    Get
    Set
'Usage
Dim instance As IDatabaseProjectNode
Dim value As Boolean

value = instance.DisableDragDropOrCopyPaste

instance.DisableDragDropOrCopyPaste = value
bool DisableDragDropOrCopyPaste { get; set; }
property bool DisableDragDropOrCopyPaste {
    bool get ();
    void set (bool value);
}
function get DisableDragDropOrCopyPaste () : boolean
function set DisableDragDropOrCopyPaste (value : boolean)
abstract DisableDragDropOrCopyPaste : bool with get, set

Property Value

Type: System.Boolean

.NET Framework Security

See Also

Reference

IDatabaseProjectNode Interface

IDatabaseProjectNode Members

Microsoft.VisualStudio.Data.Schema.Project.Project Namespace