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

Inheritance: IEditorInstance
Afficher le fichier Open project: Microsoft/RTVS

Méthodes publiques

Méthode Description
Dispose ( ) : void
GetCommandTarget ( ITextView textView ) : ICommandTarget

Retrieves editor instance command target for a particular view

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

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

Dispose() protected méthode

protected Dispose ( bool disposing ) : void
disposing bool
Résultat void

GetCommandTarget() public abstract méthode

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

ProjectionEditorInstance() public méthode

public ProjectionEditorInstance ( ITextBuffer diskBuffer, IEditorDocumentFactory documentFactory, ICoreShell coreShell ) : System
diskBuffer ITextBuffer
documentFactory IEditorDocumentFactory
coreShell ICoreShell
Résultat System