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

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

Méthodes publiques

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

Method Details

GetCommandTarget() public méthode

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

REditorInstance() public méthode

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