VBTokenizer.CreateSymbol Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Questo tipo/membro supporta l'infrastruttura .NET Framework e non deve essere usato direttamente dal codice. Crea un dominio di simboli.
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
Parametri
- start
- SourceLocation
Percorso di origine.
- content
- String
Valore del contenuto.
- type
- VBSymbolType
Oggetto VBSymbolType.
- errors
- IEnumerable<RazorError>
Errore Razor.
Restituisce
Dominio di simboli.