C# Class Microsoft.R.Editor.EditorFactory.REditorInstance

Represents instance of the editor to the host application
Inheritance: EditorInstance
ファイルを表示 Open project: Microsoft/RTVS

Public Methods

Method Description
GetCommandTarget ( ITextView textView ) : ICommandTarget
REditorInstance ( ITextBuffer diskBuffer, IEditorDocumentFactory documentFactory, ICoreShell coreShell ) : Microsoft.Common.Core.Shell

Method Details

GetCommandTarget() public method

public GetCommandTarget ( ITextView textView ) : ICommandTarget
textView ITextView
return ICommandTarget

REditorInstance() public method

public REditorInstance ( ITextBuffer diskBuffer, IEditorDocumentFactory documentFactory, ICoreShell coreShell ) : Microsoft.Common.Core.Shell
diskBuffer ITextBuffer
documentFactory IEditorDocumentFactory
coreShell ICoreShell
return Microsoft.Common.Core.Shell