TokenizerBackedParser<TTokenizer,TSymbol,TSymbolType>.PushSpanConfig メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
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
戻り値
適用対象
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
パラメーター
- newConfig
- Action<SpanBuilder,Action<SpanBuilder>>
戻り値
適用対象
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
パラメーター
- newConfig
- Action<SpanBuilder>