TokenizerBackedParser<TTokenizer,TSymbol,TSymbolType>.BuildSpan 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:
override void BuildSpan(Microsoft::AspNetCore::Razor::Parser::SyntaxTree::SpanBuilder ^ span, Microsoft::AspNetCore::Razor::SourceLocation start, System::String ^ content);
public override void BuildSpan (Microsoft.AspNetCore.Razor.Parser.SyntaxTree.SpanBuilder span, Microsoft.AspNetCore.Razor.SourceLocation start, string content);
override this.BuildSpan : Microsoft.AspNetCore.Razor.Parser.SyntaxTree.SpanBuilder * Microsoft.AspNetCore.Razor.SourceLocation * string -> unit
Public Overrides Sub BuildSpan (span As SpanBuilder, start As SourceLocation, content As String)
Paramètres
- span
- SpanBuilder
- start
- SourceLocation
- content
- String