C# Класс Microsoft.Languages.Editor.Test.Shell.TestEditorShell

Наследование: TestShellBase, IEditorShell
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
Create ( ) : void

Called via reflection from CoreShell.TryCreateTestInstance in test scenarios

CreateCompoundAction ( ITextView textView, ITextBuffer textBuffer ) : ICompoundUndoAction
TranslateCommandTarget ( ITextView textView, object commandTarget ) : ICommandTarget
TranslateToHostCommandTarget ( ITextView textView, object commandTarget ) : object

Приватные методы

Метод Описание
TestEditorShell ( ICompositionCatalog catalog, Thread mainThread ) : System.ComponentModel.Composition

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

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

Called via reflection from CoreShell.TryCreateTestInstance in test scenarios
public static Create ( ) : void
Результат void

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

public CreateCompoundAction ( ITextView textView, ITextBuffer textBuffer ) : ICompoundUndoAction
textView ITextView
textBuffer ITextBuffer
Результат ICompoundUndoAction

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

public TranslateCommandTarget ( ITextView textView, object commandTarget ) : ICommandTarget
textView ITextView
commandTarget object
Результат ICommandTarget

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

public TranslateToHostCommandTarget ( ITextView textView, object commandTarget ) : object
textView ITextView
commandTarget object
Результат object