IEditorOperationsFactoryService, interface
Service qui fournit des objets IEditorOperations.
Espace de noms : Microsoft.VisualStudio.Text.Operations
Assembly : Microsoft.VisualStudio.Text.UI (dans Microsoft.VisualStudio.Text.UI.dll)
Syntaxe
'Déclaration
Public Interface IEditorOperationsFactoryService
public interface IEditorOperationsFactoryService
public interface class IEditorOperationsFactoryService
type IEditorOperationsFactoryService = interface end
public interface IEditorOperationsFactoryService
Le type IEditorOperationsFactoryService expose les membres suivants.
Méthodes
Nom | Description | |
---|---|---|
GetEditorOperations | Obtient les objets IEditorOperations pour le ITextView spécifié. |
Début
Notes
C'est un composant MEF, et doit être importée comme suit :
[Import] IEditorOperationsFactoryService factory = null;