Freigeben über


DefaultTextViewOptions.DragDropEditingId-Feld

Bestimmt, ob Drag & Drop-Bearbeitung aktiviert ist.

Namespace:  Microsoft.VisualStudio.Text.Editor
Assembly:  Microsoft.VisualStudio.Text.UI (in Microsoft.VisualStudio.Text.UI.dll)

Syntax

'Declaration
Public Shared ReadOnly DragDropEditingId As EditorOptionKey(Of Boolean)
public static readonly EditorOptionKey<bool> DragDropEditingId
public:
static initonly EditorOptionKey<bool> DragDropEditingId
static val DragDropEditingId: EditorOptionKey<bool>
public static final var DragDropEditingId : EditorOptionKey<boolean>

.NET Framework-Sicherheit

Siehe auch

Referenz

DefaultTextViewOptions Klasse

Microsoft.VisualStudio.Text.Editor-Namespace