C# Class Microsoft.VisualStudio.R.Package.Document.Markdown.VsMdEditorDocument

Inheritance: Microsoft.Markdown.Editor.Document.MdEditorDocument
显示文件 Open project: Microsoft/RTVS

Public Methods

Method Description
Close ( ) : void
VsMdEditorDocument ( IEditorInstance editorInstance, IProjectionBufferFactoryService projectionBufferFactoryService, IContentTypeRegistryService contentTypeRegistryService, ICoreShell shell ) : Microsoft.Common.Core.Shell

Method Details

Close() public method

public Close ( ) : void
return void

VsMdEditorDocument() public method

public VsMdEditorDocument ( IEditorInstance editorInstance, IProjectionBufferFactoryService projectionBufferFactoryService, IContentTypeRegistryService contentTypeRegistryService, ICoreShell shell ) : Microsoft.Common.Core.Shell
editorInstance IEditorInstance
projectionBufferFactoryService IProjectionBufferFactoryService
contentTypeRegistryService IContentTypeRegistryService
shell ICoreShell
return Microsoft.Common.Core.Shell