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>