Interfaccia IEditorOperationsFactoryService
un servizio che fornisce IEditorOperations oggetti.
Spazio dei nomi: Microsoft.VisualStudio.Text.Operations
Assembly: Microsoft.VisualStudio.Text.UI (in Microsoft.VisualStudio.Text.UI.dll)
Sintassi
'Dichiarazione
Public Interface IEditorOperationsFactoryService
public interface IEditorOperationsFactoryService
public interface class IEditorOperationsFactoryService
type IEditorOperationsFactoryService = interface end
public interface IEditorOperationsFactoryService
Il tipo IEditorOperationsFactoryService espone i seguenti membri.
Metodi
Nome | Descrizione | |
---|---|---|
![]() |
GetEditorOperations | ottiene IEditorOperations oggetti per specificato ITextView. |
In alto
Note
Si tratta di un elemento MEF che deve essere inclusa come segue:
[Import] IEditorOperationsFactoryService factory = null;