C# 클래스 Microsoft.Languages.Editor.EditorFactory.EditorInstance

Represents instance of the editor to the host application
상속: IEditorInstance
파일 보기 프로젝트 열기: Microsoft/RTVS

공개 메소드들

메소드 설명
Dispose ( ) : void
EditorInstance ( ITextBuffer diskBuffer, IEditorDocumentFactory documentFactory, ICoreShell coreShell ) : System
GetCommandTarget ( ITextView textView ) : ICommandTarget

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

메소드 상세

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

Dispose() 보호된 메소드

protected Dispose ( bool disposing ) : void
disposing bool
리턴 void

EditorInstance() 공개 메소드

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

GetCommandTarget() 공개 추상적인 메소드

public abstract GetCommandTarget ( ITextView textView ) : ICommandTarget
textView ITextView
리턴 ICommandTarget