IDatabaseProjectNode.DisableDragDropOrCopyPaste-Eigenschaft

Ruft einen Wert ab oder legt einen Wert fest, der angibt, ob das Projekt Drag & Drop-Vorgänge und kopieren und Einfügevorgänge nicht zulässig.

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
    Get
    Set
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)

Eigenschaftswert

Typ: System.Boolean

.NET Framework-Sicherheit

Siehe auch

Referenz

IDatabaseProjectNode Schnittstelle

Microsoft.VisualStudio.Data.Schema.Package.Project-Namespace