TokenizerBackedParser<TTokenizer,TSymbol,TSymbolType>.PushSpanConfig 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
PushSpanConfig() | |
PushSpanConfig(Action<SpanBuilder,Action<SpanBuilder>>) | |
PushSpanConfig(Action<SpanBuilder>) |
PushSpanConfig()
protected:
IDisposable ^ PushSpanConfig();
protected IDisposable PushSpanConfig ();
member this.PushSpanConfig : unit -> IDisposable
Protected Function PushSpanConfig () As IDisposable
Retornos
Aplica-se a
PushSpanConfig(Action<SpanBuilder,Action<SpanBuilder>>)
protected:
IDisposable ^ PushSpanConfig(Action<Microsoft::AspNetCore::Razor::Parser::SyntaxTree::SpanBuilder ^, Action<Microsoft::AspNetCore::Razor::Parser::SyntaxTree::SpanBuilder ^> ^> ^ newConfig);
protected IDisposable PushSpanConfig (Action<Microsoft.AspNetCore.Razor.Parser.SyntaxTree.SpanBuilder,Action<Microsoft.AspNetCore.Razor.Parser.SyntaxTree.SpanBuilder>> newConfig);
member this.PushSpanConfig : Action<Microsoft.AspNetCore.Razor.Parser.SyntaxTree.SpanBuilder, Action<Microsoft.AspNetCore.Razor.Parser.SyntaxTree.SpanBuilder>> -> IDisposable
Protected Function PushSpanConfig (newConfig As Action(Of SpanBuilder, Action(Of SpanBuilder))) As IDisposable
Parâmetros
- newConfig
- Action<SpanBuilder,Action<SpanBuilder>>
Retornos
Aplica-se a
PushSpanConfig(Action<SpanBuilder>)
protected:
IDisposable ^ PushSpanConfig(Action<Microsoft::AspNetCore::Razor::Parser::SyntaxTree::SpanBuilder ^> ^ newConfig);
protected IDisposable PushSpanConfig (Action<Microsoft.AspNetCore.Razor.Parser.SyntaxTree.SpanBuilder> newConfig);
member this.PushSpanConfig : Action<Microsoft.AspNetCore.Razor.Parser.SyntaxTree.SpanBuilder> -> IDisposable
Protected Function PushSpanConfig (newConfig As Action(Of SpanBuilder)) As IDisposable
Parâmetros
- newConfig
- Action<SpanBuilder>