Partager via


IEditorOperationsFactoryService.GetEditorOperations, méthode

Obtient les objets IEditorOperations pour le ITextView spécifié.

Espace de noms :  Microsoft.VisualStudio.Text.Operations
Assembly :  Microsoft.VisualStudio.Text.UI (dans Microsoft.VisualStudio.Text.UI.dll)

Syntaxe

'Déclaration
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

Paramètres

Valeur de retour

Type : Microsoft.VisualStudio.Text.Operations.IEditorOperations
IEditorOperations .

Sécurité .NET Framework

Voir aussi

Référence

IEditorOperationsFactoryService Interface

Microsoft.VisualStudio.Text.Operations, espace de noms