IEditorOperations Properties

 

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

NameDescription
System_CAPS_pubpropertyCanCut

Determines whether a cut operation is possible.

System_CAPS_pubpropertyCanDelete

Determines whether a delete operation is possible.

System_CAPS_pubpropertyCanPaste

Determines whether a paste operation is possible.

System_CAPS_pubpropertyOptions

Gets the options specific to this view.

System_CAPS_pubpropertyProvisionalCompositionSpan

Gets the span of the current provisional composition, or null if there is no provisional composition).

System_CAPS_pubpropertySelectedText

Gets the selected text.

System_CAPS_pubpropertyTextView

Gets the text view on which these operations work.

Return to top
Show: