C# Класс Microsoft.Languages.Editor.EditorFactory.EditorInstance

Represents instance of the editor to the host application
Наследование: IEditorInstance
Показать файл Открыть проект

Открытые методы

Метод Описание
Dispose ( ) : void
EditorInstance ( ITextBuffer diskBuffer, IEditorDocumentFactory documentFactory, ICoreShell coreShell ) : System
GetCommandTarget ( ITextView textView ) : ICommandTarget

Защищенные методы

Метод Описание
Dispose ( bool disposing ) : void

Описание методов

Dispose() публичный Метод

public Dispose ( ) : void
Результат void

Dispose() защищенный Метод

protected Dispose ( bool disposing ) : void
disposing bool
Результат void

EditorInstance() публичный Метод

public EditorInstance ( ITextBuffer diskBuffer, IEditorDocumentFactory documentFactory, ICoreShell coreShell ) : System
diskBuffer ITextBuffer
documentFactory IEditorDocumentFactory
coreShell ICoreShell
Результат System

GetCommandTarget() публичный абстрактный Метод

public abstract GetCommandTarget ( ITextView textView ) : ICommandTarget
textView ITextView
Результат ICommandTarget