Compartir a través de


IDatabaseProjectNode.DisableDragDropOrCopyPaste (Propiedad)

Obtiene o establece un valor que indica si el proyecto deniega las operaciones de arrastrar y colocar y las operaciones de copiar y pegar.

Espacio de nombres:  Microsoft.VisualStudio.Data.Schema.Package.Project
Ensamblado:  Microsoft.VisualStudio.Data.Schema.Package (en Microsoft.VisualStudio.Data.Schema.Package.dll)

Sintaxis

'Declaración
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)

Valor de propiedad

Tipo: System.Boolean

Seguridad de .NET Framework

Vea también

Referencia

IDatabaseProjectNode Interfaz

Microsoft.VisualStudio.Data.Schema.Package.Project (Espacio de nombres)