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

Represents instance of the editor to the host application
Inheritance: IEditorInstance
Mostra file Open project: Microsoft/RTVS

Public Methods

Method Description
Dispose ( ) : void
EditorInstance ( ITextBuffer diskBuffer, IEditorDocumentFactory documentFactory, ICoreShell coreShell ) : System
GetCommandTarget ( ITextView textView ) : ICommandTarget

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

EditorInstance() public method

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

GetCommandTarget() public abstract method

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