共用方式為


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 命名空間