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

Represents instance of the editor to the host application
Inheritance: IEditorInstance
Afficher le fichier Open project: Microsoft/RTVS

Méthodes publiques

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

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

EditorInstance() public méthode

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

GetCommandTarget() public abstract méthode

public abstract GetCommandTarget ( ITextView textView ) : ICommandTarget
textView ITextView
Résultat ICommandTarget