C# Класс Microsoft.Markdown.Editor.EditorFactory.MdEditorInstance

Наследование: Microsoft.Languages.Editor.EditorFactory.ProjectionEditorInstance
Показать файл Открыть проект

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

Метод Описание
GetCommandTarget ( ITextView textView ) : ICommandTarget

Retrieves editor instance command target for a particular view

MdEditorInstance ( ITextBuffer diskBuffer, IEditorDocumentFactory documentFactory, ICoreShell coreShell ) : Microsoft.Common.Core.Shell

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

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

Retrieves editor instance command target for a particular view
public GetCommandTarget ( ITextView textView ) : ICommandTarget
textView ITextView
Результат ICommandTarget

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

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