C# 클래스 Microsoft.R.Editor.EditorFactory.REditorInstance

Represents instance of the editor to the host application
상속: EditorInstance
파일 보기 프로젝트 열기: Microsoft/RTVS

공개 메소드들

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