C# Class Microsoft.Languages.Editor.EditorFactory.ProjectionEditorInstance

Inheritance: IEditorInstance
Show file Open project: Microsoft/RTVS

Public Methods

Method Description
Dispose ( ) : void
GetCommandTarget ( ITextView textView ) : ICommandTarget

Retrieves editor instance command target for a particular view

ProjectionEditorInstance ( ITextBuffer diskBuffer, IEditorDocumentFactory documentFactory, ICoreShell coreShell ) : System

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Method Details

Dispose() public method

public Dispose ( ) : void
return void

Dispose() protected method

protected Dispose ( bool disposing ) : void
disposing bool
return void

GetCommandTarget() public abstract method

Retrieves editor instance command target for a particular view
public abstract GetCommandTarget ( ITextView textView ) : ICommandTarget
textView ITextView
return ICommandTarget

ProjectionEditorInstance() public method

public ProjectionEditorInstance ( ITextBuffer diskBuffer, IEditorDocumentFactory documentFactory, ICoreShell coreShell ) : System
diskBuffer ITextBuffer
documentFactory IEditorDocumentFactory
coreShell ICoreShell
return System