C# Класс 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.
Наследование: IBufferGenerator
Показать файл Открыть проект

Открытые методы

Метод Описание
GenerateContent ( ITextSnapshot snapshot, IEnumerable languageBlocks, ProjectionMapping &mappings ) : string

Описание методов

GenerateContent() публичный Метод

public GenerateContent ( ITextSnapshot snapshot, IEnumerable languageBlocks, ProjectionMapping &mappings ) : string
snapshot ITextSnapshot
languageBlocks IEnumerable
mappings Microsoft.Languages.Editor.Projection.ProjectionMapping
Результат string