Partilhar via


Propriedade IVsTextEditGeneral.DragNDropTextEditing

Esta API oferece suporte à infraestrutura .NET Framework e não se destina a ser usada diretamente do seu código.

Somente para uso interno da Microsoft.

Namespace:  EnvDTE
Assembly:  EnvDTE (em EnvDTE.dll)

Sintaxe

'Declaração
Property DragNDropTextEditing As Boolean
    Get
    Set
bool DragNDropTextEditing { get; set; }
property bool DragNDropTextEditing {
    bool get ();
    void set (bool value);
}
abstract DragNDropTextEditing : bool with get, set
function get DragNDropTextEditing () : boolean
function set DragNDropTextEditing (value : boolean)

Valor de propriedade

Tipo: System.Boolean

Segurança do .NET Framework

Consulte também

Referência

IVsTextEditGeneral Interface

Namespace EnvDTE