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
파일 보기 프로젝트 열기: Microsoft/RTVS

공개 메소드들

메소드 설명
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