TokenizerBackedParser<TTokenizer,TSymbol,TSymbolType>.ConfigureSpan 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.
Surcharges
ConfigureSpan(Action<SpanBuilder,Action<SpanBuilder>>) | |
ConfigureSpan(Action<SpanBuilder>) |
ConfigureSpan(Action<SpanBuilder,Action<SpanBuilder>>)
protected:
void ConfigureSpan(Action<Microsoft::AspNetCore::Razor::Parser::SyntaxTree::SpanBuilder ^, Action<Microsoft::AspNetCore::Razor::Parser::SyntaxTree::SpanBuilder ^> ^> ^ config);
protected void ConfigureSpan (Action<Microsoft.AspNetCore.Razor.Parser.SyntaxTree.SpanBuilder,Action<Microsoft.AspNetCore.Razor.Parser.SyntaxTree.SpanBuilder>> config);
member this.ConfigureSpan : Action<Microsoft.AspNetCore.Razor.Parser.SyntaxTree.SpanBuilder, Action<Microsoft.AspNetCore.Razor.Parser.SyntaxTree.SpanBuilder>> -> unit
Protected Sub ConfigureSpan (config As Action(Of SpanBuilder, Action(Of SpanBuilder)))
Paramètres
- config
- Action<SpanBuilder,Action<SpanBuilder>>
S’applique à
ConfigureSpan(Action<SpanBuilder>)
protected:
void ConfigureSpan(Action<Microsoft::AspNetCore::Razor::Parser::SyntaxTree::SpanBuilder ^> ^ config);
protected void ConfigureSpan (Action<Microsoft.AspNetCore.Razor.Parser.SyntaxTree.SpanBuilder> config);
member this.ConfigureSpan : Action<Microsoft.AspNetCore.Razor.Parser.SyntaxTree.SpanBuilder> -> unit
Protected Sub ConfigureSpan (config As Action(Of SpanBuilder))
Paramètres
- config
- Action<SpanBuilder>