C# Класс Microsoft.R.Editor.EditorFactory.REditorInstance

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

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

Метод Описание
GetCommandTarget ( ITextView textView ) : ICommandTarget
REditorInstance ( ITextBuffer diskBuffer, IEditorDocumentFactory documentFactory, ICoreShell coreShell ) : Microsoft.Common.Core.Shell

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

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

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

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

public REditorInstance ( ITextBuffer diskBuffer, IEditorDocumentFactory documentFactory, ICoreShell coreShell ) : Microsoft.Common.Core.Shell
diskBuffer ITextBuffer
documentFactory IEditorDocumentFactory
coreShell ICoreShell
Результат Microsoft.Common.Core.Shell