Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the IEditorOperations objects for the specified ITextView.
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
Parameters
- textView
Type: Microsoft.VisualStudio.Text.Editor.ITextView
The ITextView.
Return Value
Type: Microsoft.VisualStudio.Text.Operations.IEditorOperations
The IEditorOperations.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.