Freigeben über


IEditorOperationsFactoryService.GetEditorOperations-Methode

Ruft die IEditorOperations-Objekte für die angegebene ITextView ab.

Namespace:  Microsoft.VisualStudio.Text.Operations
Assembly:  Microsoft.VisualStudio.Text.UI (in Microsoft.VisualStudio.Text.UI.dll)

Syntax

'Declaration
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

Parameter

Rückgabewert

Typ: Microsoft.VisualStudio.Text.Operations.IEditorOperations
Die IEditorOperations.

.NET Framework-Sicherheit

Siehe auch

Referenz

IEditorOperationsFactoryService Schnittstelle

Microsoft.VisualStudio.Text.Operations-Namespace