TokenizerBackedParser<TTokenizer,TSymbol,TSymbolType>.PushSpanConfig 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
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
Retours
S’applique à
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
Paramètres
- newConfig
- Action<SpanBuilder,Action<SpanBuilder>>
Retours
S’applique à
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
Paramètres
- newConfig
- Action<SpanBuilder>