TokenizerBackedParser<TTokenizer,TSymbol,TSymbolType>.ConfigureSpan Metoda
Definice
Důležité
Některé informace platí pro předběžně vydaný produkt, který se může zásadně změnit, než ho výrobce nebo autor vydá. Microsoft neposkytuje žádné záruky, výslovné ani předpokládané, týkající se zde uváděných informací.
Přetížení
ConfigureSpan(Action<SpanBuilder,Action<SpanBuilder>>) |
Nakonfiguruje rozsah. |
ConfigureSpan(Action<SpanBuilder>) |
Tento typ/člen podporuje infrastrukturu rozhraní .NET Framework a není určen k použití přímo z vašeho kódu. Nakonfiguruje rozsah. |
ConfigureSpan(Action<SpanBuilder,Action<SpanBuilder>>)
Nakonfiguruje rozsah.
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)))
Parametry
- config
- Action<SpanBuilder,Action<SpanBuilder>>
Konfigurace.
Platí pro
ConfigureSpan(Action<SpanBuilder>)
Tento typ/člen podporuje infrastrukturu rozhraní .NET Framework a není určen k použití přímo z vašeho kódu. Nakonfiguruje rozsah.
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))
Parametry
- config
- Action<SpanBuilder>
Konfigurace.