DefaultTextViewOptions.DragDropEditingId Field
Determines whether drag/drop editing is enabled.
Namespace: Microsoft.VisualStudio.Text.Editor
Assembly: Microsoft.VisualStudio.Text.UI (in Microsoft.VisualStudio.Text.UI.dll)
Syntax
‘선언
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 Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.