IEditorOperationsFactoryService.GetEditorOperations(ITextView) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Returns
The IEditorOperations.