C# Class Microsoft.Languages.Editor.ContainedLanguage.BufferGenerator

Base class for simple contained language buffer generators that do not require additional decoration to the code such as R inside RMD. ASP.NET or Razor would use different custom implementation.
Inheritance: IBufferGenerator
显示文件 Open project: Microsoft/RTVS

Public Methods

Method Description
GenerateContent ( ITextSnapshot snapshot, IEnumerable languageBlocks, ProjectionMapping &mappings ) : string

Method Details

GenerateContent() public method

public GenerateContent ( ITextSnapshot snapshot, IEnumerable languageBlocks, ProjectionMapping &mappings ) : string
snapshot ITextSnapshot
languageBlocks IEnumerable
mappings Microsoft.Languages.Editor.Projection.ProjectionMapping
return string