IEditorOperationsFactoryService.GetEditorOperations(ITextView) Method

Definition

Gets the IEditorOperations objects for the specified ITextView.

public:
 Microsoft::VisualStudio::Text::Operations::IEditorOperations ^ GetEditorOperations(Microsoft::VisualStudio::Text::Editor::ITextView ^ textView);
public:
 Microsoft::VisualStudio::Text::Operations::IEditorOperations ^ GetEditorOperations(Microsoft::VisualStudio::Text::Editor::ITextView ^ textView);
Microsoft::VisualStudio::Text::Operations::IEditorOperations GetEditorOperations(Microsoft::VisualStudio::Text::Editor::ITextView const & textView);
public Microsoft.VisualStudio.Text.Operations.IEditorOperations GetEditorOperations (Microsoft.VisualStudio.Text.Editor.ITextView textView);
abstract member GetEditorOperations : Microsoft.VisualStudio.Text.Editor.ITextView -> Microsoft.VisualStudio.Text.Operations.IEditorOperations
Public Function GetEditorOperations (textView As ITextView) As IEditorOperations

Parameters

textView
ITextView

The ITextView.

Returns

The IEditorOperations.

Applies to