TokenizerBackedParser<TTokenizer,TSymbol,TSymbolType>.ConfigureSpan 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
多載
| ConfigureSpan(Action<SpanBuilder,Action<SpanBuilder>>) |
設定範圍。 |
| ConfigureSpan(Action<SpanBuilder>) |
此類型/成員支援.NET Framework基礎結構,不適合直接從您的程式碼使用。設定範圍。 |
ConfigureSpan(Action<SpanBuilder,Action<SpanBuilder>>)
設定範圍。
protected void ConfigureSpan(Action<System.Web.Razor.Parser.SyntaxTree.SpanBuilder,Action<System.Web.Razor.Parser.SyntaxTree.SpanBuilder>> config);
member this.ConfigureSpan : Action<System.Web.Razor.Parser.SyntaxTree.SpanBuilder, Action<System.Web.Razor.Parser.SyntaxTree.SpanBuilder>> -> unit
Protected Sub ConfigureSpan (config As Action(Of SpanBuilder, Action(Of SpanBuilder)))
參數
- config
- Action<SpanBuilder,Action<SpanBuilder>>
組態。
適用於
ConfigureSpan(Action<SpanBuilder>)
此類型/成員支援.NET Framework基礎結構,不適合直接從您的程式碼使用。設定範圍。
protected void ConfigureSpan(Action<System.Web.Razor.Parser.SyntaxTree.SpanBuilder> config);
member this.ConfigureSpan : Action<System.Web.Razor.Parser.SyntaxTree.SpanBuilder> -> unit
Protected Sub ConfigureSpan (config As Action(Of SpanBuilder))
參數
- config
- Action<SpanBuilder>
組態。