C# 클래스 Microsoft.Markdown.Editor.EditorFactory.MdEditorInstance

상속: Microsoft.Languages.Editor.EditorFactory.ProjectionEditorInstance
파일 보기 프로젝트 열기: Microsoft/RTVS

공개 메소드들

메소드 설명
GetCommandTarget ( ITextView textView ) : ICommandTarget

Retrieves editor instance command target for a particular view

MdEditorInstance ( ITextBuffer diskBuffer, IEditorDocumentFactory documentFactory, ICoreShell coreShell ) : Microsoft.Common.Core.Shell

메소드 상세

GetCommandTarget() 공개 메소드

Retrieves editor instance command target for a particular view
public GetCommandTarget ( ITextView textView ) : ICommandTarget
textView ITextView
리턴 ICommandTarget

MdEditorInstance() 공개 메소드

public MdEditorInstance ( ITextBuffer diskBuffer, IEditorDocumentFactory documentFactory, ICoreShell coreShell ) : Microsoft.Common.Core.Shell
diskBuffer ITextBuffer
documentFactory IEditorDocumentFactory
coreShell ICoreShell
리턴 Microsoft.Common.Core.Shell