C# 클래스 Microsoft.VisualStudio.RazorExtension.SyntaxVisualizer.SourceMappingTagger

상속: ITagger
파일 보기 프로젝트 열기: dotnet/aspnetcore-tooling 1 사용 예제들

공개 메소드들

메소드 설명
GetTags ( NormalizedSnapshotSpanCollection spans ) : IEnumerable>

비공개 메소드들

메소드 설명
GetGeneratedCodeSnippet ( string code, int position ) : string
GetOrCreateTagger ( ITextBuffer buffer, Func creator ) : SourceMappingTagger
GetTagsWorker ( RazorCodeDocument codeDocument, ITextSnapshot snapshot ) : IEnumerable>
SourceMappingTagger ( ITextBuffer buffer, Lazy sourceMappingProjectChangeTrigger, ITextDocumentFactoryService textDocumentFactoryService ) : System

메소드 상세

GetTags() 공개 메소드

public GetTags ( NormalizedSnapshotSpanCollection spans ) : IEnumerable>
spans NormalizedSnapshotSpanCollection
리턴 IEnumerable>