Freigeben über


VBTokenizer.CreateSymbol Methode

Definition

Dieser Typ/Member unterstützt die .NET Framework-Infrastruktur und ist nicht für die direkte Verwendung aus Ihrem Code vorgesehen. Erstellt eine Domäne von Symbolen.

protected override System.Web.Razor.Tokenizer.Symbols.VBSymbol CreateSymbol(System.Web.Razor.Text.SourceLocation start, string content, System.Web.Razor.Tokenizer.Symbols.VBSymbolType type, System.Collections.Generic.IEnumerable<System.Web.Razor.Parser.SyntaxTree.RazorError> errors);
override this.CreateSymbol : System.Web.Razor.Text.SourceLocation * string * System.Web.Razor.Tokenizer.Symbols.VBSymbolType * seq<System.Web.Razor.Parser.SyntaxTree.RazorError> -> System.Web.Razor.Tokenizer.Symbols.VBSymbol
Protected Overrides Function CreateSymbol (start As SourceLocation, content As String, type As VBSymbolType, errors As IEnumerable(Of RazorError)) As VBSymbol

Parameter

start
SourceLocation

Der Quellspeicherort.

content
String

Der Inhaltswert.

errors
IEnumerable<RazorError>

Der Razor-Fehler.

Gibt zurück

Eine Domäne von Symbolen.

Gilt für: