CSharpCodeWriter.BuildLineMapping(SourceLocation, Int32, String) Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
public:
Microsoft::AspNetCore::Razor::CodeGenerators::CSharpLineMappingWriter ^ BuildLineMapping(Microsoft::AspNetCore::Razor::SourceLocation documentLocation, int contentLength, System::String ^ sourceFilename);
public Microsoft.AspNetCore.Razor.CodeGenerators.CSharpLineMappingWriter BuildLineMapping (Microsoft.AspNetCore.Razor.SourceLocation documentLocation, int contentLength, string sourceFilename);
member this.BuildLineMapping : Microsoft.AspNetCore.Razor.SourceLocation * int * string -> Microsoft.AspNetCore.Razor.CodeGenerators.CSharpLineMappingWriter
Public Function BuildLineMapping (documentLocation As SourceLocation, contentLength As Integer, sourceFilename As String) As CSharpLineMappingWriter
Parameter
- documentLocation
- SourceLocation
- contentLength
- Int32
- sourceFilename
- String