IEditorOperations2 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.(Inherited from IEditorOperations.)

System_CAPS_pubpropertyCanDelete

Determines whether a delete operation is possible.(Inherited from IEditorOperations.)

System_CAPS_pubpropertyCanPaste

Determines whether a paste operation is possible.(Inherited from IEditorOperations.)

System_CAPS_pubpropertyOptions

Gets the options specific to this view.(Inherited from IEditorOperations.)

System_CAPS_pubpropertyProvisionalCompositionSpan

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

System_CAPS_pubpropertySelectedText

Gets the selected text.(Inherited from IEditorOperations.)

System_CAPS_pubpropertyTextView

Gets the text view on which these operations work.(Inherited from IEditorOperations.)

Return to top
Show: