Compartilhar via


Interface IEditorOperationsFactoryService

Um serviço que fornece IEditorOperations objetos.

Namespace:  Microsoft.VisualStudio.Text.Operations
Assembly:  Microsoft.VisualStudio.Text.UI (em Microsoft.VisualStudio.Text.UI.dll)

Sintaxe

'Declaração
Public Interface IEditorOperationsFactoryService
public interface IEditorOperationsFactoryService
public interface class IEditorOperationsFactoryService
type IEditorOperationsFactoryService =  interface end
public interface IEditorOperationsFactoryService

O tipo IEditorOperationsFactoryService expõe os membros a seguir.

Métodos

  Nome Descrição
Método público GetEditorOperations Obtém o IEditorOperations objetos especificado ITextView.

Superior

Comentários

Isso é uma parte de componente MEF e deve ser importado da seguinte maneira:

[Import] IEditorOperationsFactoryService factory = null;

Consulte também

Referência

Namespace Microsoft.VisualStudio.Text.Operations