DragDropEditing Class

 

Defines the view option for drag/drop editing.

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


[ExportAttribute(typeof(EditorOptionDefinition))]
[NameAttribute("TextView/DragDrop")]
public sealed class DragDropEditing : ViewOptionDefinition<bool>

NameDescription
System_CAPS_pubmethodDragDropEditing()

Initializes a new instance of DragDropEditing.

NameDescription
System_CAPS_pubpropertyDefault

Gets the default value, which is true.(Overrides EditorOptionDefinition<T>.Default.)

System_CAPS_pubpropertyDefaultValue

Gets the default value of the option.(Inherited from EditorOptionDefinition<T>.)

System_CAPS_pubpropertyKey

Gets the default key for the drag/drop editing option.(Overrides EditorOptionDefinition<T>.Key.)

System_CAPS_pubpropertyName

Gets the name of the option.(Inherited from EditorOptionDefinition<T>.)

System_CAPS_pubpropertyValueType

Gets the actual type of the option.(Inherited from EditorOptionDefinition<T>.)

NameDescription
System_CAPS_pubmethodEquals(Object)

Determines whether two EditorOptionDefinition objects are the same.(Inherited from EditorOptionDefinition.)

System_CAPS_pubmethodGetHashCode()

Gets the hash code of this type.(Inherited from EditorOptionDefinition.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_pubmethodIsApplicableToScope(IPropertyOwner)

Determines whether the option is applicable to the specified scope.(Inherited from ViewOptionDefinition<T>.)

System_CAPS_pubmethodIsValid(Object)

Determines whether the proposed value is valid.(Inherited from EditorOptionDefinition<T>.)

System_CAPS_pubmethodIsValid(Object)

Determines whether the proposed value is valid.(Inherited from EditorOptionDefinition<T>.)

System_CAPS_pubmethodToString()

(Inherited from Object.)

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show: