Partilhar via


Propriedade IDatabaseProjectNode.DisableDragDropOrCopyPaste

Obtém ou define um valor que indica se o projeto não permite operações de arrastar e soltar e operações de copiar e colar.

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

Sintaxe

'Declaração
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 propriedade

Tipo: System.Boolean

Segurança do .NET Framework

Consulte também

Referência

IDatabaseProjectNode Interface

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