DefaultTextViewOptions.DragDropEditingId Feld
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Die Standardoption, die bestimmt, ob die Drag & Drop-Bearbeitung aktiviert ist.
public: static initonly Microsoft::VisualStudio::Text::Editor::EditorOptionKey<bool> DragDropEditingId;
static initonly Microsoft::VisualStudio::Text::Editor::EditorOptionKey<bool> DragDropEditingId;
public static readonly Microsoft.VisualStudio.Text.Editor.EditorOptionKey<bool> DragDropEditingId;
public static readonly Microsoft.VisualStudio.Text.Editor.EditorOptionKey<bool>? DragDropEditingId;
staticval mutable DragDropEditingId : Microsoft.VisualStudio.Text.Editor.EditorOptionKey<bool>
Public Shared ReadOnly DragDropEditingId As EditorOptionKey(Of Boolean)