TokenizerBackedParser<TTokenizer,TSymbol,TSymbolType>.ConfigureSpan 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
重载
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)))
参数
- config
- Action<SpanBuilder,Action<SpanBuilder>>
适用于
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))
参数
- config
- Action<SpanBuilder>