SpanEditHandler.Tokenizer 屬性

定義

這個類型/成員可以支援 .NET Framework 基礎結構,但不能直接使用於您的程式碼中。 取得或設定用來將字串剖析為語彙基元的方法。

public Func<string,System.Collections.Generic.IEnumerable<System.Web.Razor.Tokenizer.Symbols.ISymbol>> Tokenizer { get; set; }
member this.Tokenizer : Func<string, seq<System.Web.Razor.Tokenizer.Symbols.ISymbol>> with get, set
Public Property Tokenizer As Func(Of String, IEnumerable(Of ISymbol))

屬性值

用來將字串剖析為語彙基元的方法。

適用於