TokenizerBackedParser<TTokenizer,TSymbol,TSymbolType>.ConfigureSpan Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Sobrecargas
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)))
Parâmetros
- config
- Action<SpanBuilder,Action<SpanBuilder>>
Aplica-se a
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))
Parâmetros
- config
- Action<SpanBuilder>