ParserBase.BuildSpan(SpanBuilder, SourceLocation, 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:
abstract void BuildSpan(Microsoft::AspNetCore::Razor::Parser::SyntaxTree::SpanBuilder ^ span, Microsoft::AspNetCore::Razor::SourceLocation start, System::String ^ content);
public abstract void BuildSpan (Microsoft.AspNetCore.Razor.Parser.SyntaxTree.SpanBuilder span, Microsoft.AspNetCore.Razor.SourceLocation start, string content);
abstract member BuildSpan : Microsoft.AspNetCore.Razor.Parser.SyntaxTree.SpanBuilder * Microsoft.AspNetCore.Razor.SourceLocation * string -> unit
Public MustOverride Sub BuildSpan (span As SpanBuilder, start As SourceLocation, content As String)
Parameter
- span
- SpanBuilder
- start
- SourceLocation
- content
- String