Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
A service that provides IEditorOperations objects.
Namespace: Microsoft.VisualStudio.Text.Operations
Assembly: Microsoft.VisualStudio.Text.UI (in Microsoft.VisualStudio.Text.UI.dll)
Syntax
'Declaration
Public Interface IEditorOperationsFactoryService
public interface IEditorOperationsFactoryService
public interface class IEditorOperationsFactoryService
type IEditorOperationsFactoryService = interface end
public interface IEditorOperationsFactoryService
The IEditorOperationsFactoryService type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
![]() |
GetEditorOperations | Gets the IEditorOperations objects for the specified ITextView. |
Top
Remarks
This is a MEF component part, and should be imported as follows:
[Import] IEditorOperationsFactoryService factory = null;
.gif)