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
textView
Type : Microsoft.VisualStudio.Text.Editor.ITextView
Valeur de retour
Type : Microsoft.VisualStudio.Text.Operations.IEditorOperations
IEditorOperations .
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, voir Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.