IEditorOperationsFactoryService (Interfaz)
Un servicio que proporciona los objetos IEditorOperations.
Espacio de nombres: Microsoft.VisualStudio.Text.Operations
Ensamblado: Microsoft.VisualStudio.Text.UI (en Microsoft.VisualStudio.Text.UI.dll)
Sintaxis
'Declaración
Public Interface IEditorOperationsFactoryService
public interface IEditorOperationsFactoryService
public interface class IEditorOperationsFactoryService
type IEditorOperationsFactoryService = interface end
public interface IEditorOperationsFactoryService
El tipo IEditorOperationsFactoryService expone los siguientes miembros.
Métodos
Nombre | Descripción | |
---|---|---|
GetEditorOperations | Obtiene los objetos IEditorOperations para la interfaz ITextView especificada. |
Arriba
Comentarios
Esto es una parte MEF, y debe ser importada como sigue:
[Import] IEditorOperationsFactoryService factory = null;