C# 클래스 Microsoft.Markdown.Editor.Document.MdEditorDocument

Main editor document for Markdown language
상속: IEditorDocument
파일 보기 프로젝트 열기: Microsoft/RTVS

공개 메소드들

메소드 설명
Close ( ) : void
Dispose ( ) : void
FindInProjectedBuffers ( ITextBuffer viewBuffer ) : IMdEditorDocument

Given text view locates document in underlying text buffer graph.

FromTextBuffer ( ITextBuffer textBuffer ) : IMdEditorDocument

Retrieves document instance from text buffer

MdEditorDocument ( ITextBuffer textBuffer, IProjectionBufferFactoryService projectionBufferFactoryService, IContentTypeRegistryService contentTypeRegistryService, ICoreShell coreShell ) : System
TryFromTextBuffer ( ITextBuffer textBuffer ) : IMdEditorDocument

Retrieves document instance from text buffer

보호된 메소드들

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

메소드 상세

Close() 공개 메소드

public Close ( ) : void
리턴 void

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

Dispose() 보호된 메소드

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

FindInProjectedBuffers() 공개 정적인 메소드

Given text view locates document in underlying text buffer graph.
public static FindInProjectedBuffers ( ITextBuffer viewBuffer ) : IMdEditorDocument
viewBuffer ITextBuffer
리턴 IMdEditorDocument

FromTextBuffer() 공개 정적인 메소드

Retrieves document instance from text buffer
public static FromTextBuffer ( ITextBuffer textBuffer ) : IMdEditorDocument
textBuffer ITextBuffer
리턴 IMdEditorDocument

MdEditorDocument() 공개 메소드

public MdEditorDocument ( ITextBuffer textBuffer, IProjectionBufferFactoryService projectionBufferFactoryService, IContentTypeRegistryService contentTypeRegistryService, ICoreShell coreShell ) : System
textBuffer ITextBuffer
projectionBufferFactoryService IProjectionBufferFactoryService
contentTypeRegistryService IContentTypeRegistryService
coreShell ICoreShell
리턴 System

TryFromTextBuffer() 공개 정적인 메소드

Retrieves document instance from text buffer
public static TryFromTextBuffer ( ITextBuffer textBuffer ) : IMdEditorDocument
textBuffer ITextBuffer
리턴 IMdEditorDocument