TokenizerBackedParser<TTokenizer,TSymbol,TSymbolType>.ConfigureSpan 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.
Überlädt
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)))
Parameter
- config
- Action<SpanBuilder,Action<SpanBuilder>>
Gilt für:
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))
Parameter
- config
- Action<SpanBuilder>