IEditorOperationsFactoryService.GetEditorOperations(ITextView) 方法

定义

获取 IEditorOperations 指定的对象 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

参数

textView
ITextView

ITextView

返回

IEditorOperations

IEditorOperations

适用于