ParserBase.BuildSpan(SpanBuilder, SourceLocation, String) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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)
Paramètres
- span
- SpanBuilder
- start
- SourceLocation
- content
- String