IEditorOperationsFactoryService.GetEditorOperations Method

Gets the IEditorOperations objects for the specified ITextView.

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

Syntax

'Declaration
Function GetEditorOperations ( _
    textView As ITextView _
) As IEditorOperations
IEditorOperations GetEditorOperations(
    ITextView textView
)
IEditorOperations^ GetEditorOperations(
    ITextView^ textView
)
abstract GetEditorOperations : 
        textView:ITextView -> IEditorOperations 
function GetEditorOperations(
    textView : ITextView
) : IEditorOperations

Parameters

Return Value

Type: Microsoft.VisualStudio.Text.Operations.IEditorOperations
The IEditorOperations.

.NET Framework Security

See Also

Reference

IEditorOperationsFactoryService Interface

Microsoft.VisualStudio.Text.Operations Namespace