IDatabaseProjectNode.DisableDragDropOrCopyPaste Property
Gets or sets a value that indicates whether the project disallows drag-and-drop operations and copy-and-paste operations.
Namespace: Microsoft.VisualStudio.Data.Schema.Package.Project
Assembly: Microsoft.VisualStudio.Data.Schema.Package (in Microsoft.VisualStudio.Data.Schema.Package.dll)
Syntax
'Declaration
Property DisableDragDropOrCopyPaste As Boolean
bool DisableDragDropOrCopyPaste { get; set; }
property bool DisableDragDropOrCopyPaste {
bool get ();
void set (bool value);
}
abstract DisableDragDropOrCopyPaste : bool with get, set
function get DisableDragDropOrCopyPaste () : boolean
function set DisableDragDropOrCopyPaste (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
IDatabaseProjectNode Interface
Microsoft.VisualStudio.Data.Schema.Package.Project Namespace