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
textView
Typ: Microsoft.VisualStudio.Text.Editor.ITextViewDie ITextView.
Rückgabewert
Typ: Microsoft.VisualStudio.Text.Operations.IEditorOperations
Die IEditorOperations.
.NET Framework-Sicherheit
- Volle Vertrauenswürdigkeit für den unmittelbaren Aufrufer. Dieser Member kann von nur teilweise vertrauenswürdigem Code nicht verwendet werden. Weitere Informationen finden Sie unter Verwenden von Bibliotheken aus teilweise vertrauenswürdigem Code.