VBLanguageCharacteristics.CreateSymbol Método
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
Este tipo o miembro admite la infraestructura de .NET Framework y no está pensado para usarse directamente desde el código. Crea un símbolo de Visual Basic.
protected override System.Web.Razor.Tokenizer.Symbols.VBSymbol CreateSymbol (System.Web.Razor.Text.SourceLocation location, 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 (location As SourceLocation, content As String, type As VBSymbolType, errors As IEnumerable(Of RazorError)) As VBSymbol
Parámetros
- location
- SourceLocation
Ubicación para crear el símbolo.
- content
- String
Contenido.
- type
- VBSymbolType
Tipo del símbolo.
- errors
- IEnumerable<RazorError>
Los errores.
Devoluciones
Objeto VBSymbol creado.