C# 클래스 Microsoft.Languages.Editor.Test.Shell.TestEditorShell

상속: TestShellBase, IEditorShell
파일 보기 프로젝트 열기: Microsoft/RTVS 1 사용 예제들

공개 메소드들

메소드 설명
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