IEditorOperationsFactoryService.GetEditorOperations 方法

获取指定 ITextViewIEditorOperations 对象。

命名空间:  Microsoft.VisualStudio.Text.Operations
程序集:  Microsoft.VisualStudio.Text.UI(在 Microsoft.VisualStudio.Text.UI.dll 中)

语法

声明
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

参数

返回值

类型:Microsoft.VisualStudio.Text.Operations.IEditorOperations
IEditorOperations

.NET Framework 安全性

请参阅

参考

IEditorOperationsFactoryService 接口

Microsoft.VisualStudio.Text.Operations 命名空间