CSharpCodeWriter.BuildLineMapping(SourceLocation, Int32, String) Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
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
Parâmetros
- documentLocation
- SourceLocation
- contentLength
- Int32
- sourceFilename
- String