IEditorOperations2 Properties
Visual Studio 2015
Namespace:
Microsoft.VisualStudio.Text.Operations
Assembly: Microsoft.VisualStudio.Text.UI (in Microsoft.VisualStudio.Text.UI.dll)
| Name | Description | |
|---|---|---|
![]() | CanCut | Determines whether a cut operation is possible.(Inherited from IEditorOperations.) |
![]() | CanDelete | Determines whether a delete operation is possible.(Inherited from IEditorOperations.) |
![]() | CanPaste | Determines whether a paste operation is possible.(Inherited from IEditorOperations.) |
![]() | Options | Gets the options specific to this view.(Inherited from IEditorOperations.) |
![]() | ProvisionalCompositionSpan | Gets the span of the current provisional composition, or null if there is no provisional composition).(Inherited from IEditorOperations.) |
![]() | SelectedText | Gets the selected text.(Inherited from IEditorOperations.) |
![]() | TextView | Gets the text view on which these operations work.(Inherited from IEditorOperations.) |
Show:
