IEditorOperationsFactoryService Interface

Definição

Um serviço que fornece IEditorOperations objetos.

public interface class IEditorOperationsFactoryService
public interface class IEditorOperationsFactoryService
__interface IEditorOperationsFactoryService
public interface IEditorOperationsFactoryService
type IEditorOperationsFactoryService = interface
Public Interface IEditorOperationsFactoryService

Comentários

Essa é uma parte do componente do MEF e deve ser importada da seguinte maneira: [Import] IEditorOperationsFactoryService Factory = NULL;

Métodos

GetEditorOperations(ITextView)

Obtém os IEditorOperations objetos para o especificado ITextView .

Aplica-se a