LGTemplateParser.ErrorStructuredNameContext.STRUCTURE_NAME Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Sobrecargas
| STRUCTURE_NAME() | |
| STRUCTURE_NAME(Int32) |
STRUCTURE_NAME()
public Antlr4.Runtime.Tree.ITerminalNode[] STRUCTURE_NAME();
member this.STRUCTURE_NAME : unit -> Antlr4.Runtime.Tree.ITerminalNode[]
Public Function STRUCTURE_NAME () As ITerminalNode()
Retornos
Antlr4.Runtime.Tree.ITerminalNode[]
Aplica-se a
STRUCTURE_NAME(Int32)
public Antlr4.Runtime.Tree.ITerminalNode STRUCTURE_NAME(int i);
member this.STRUCTURE_NAME : int -> Antlr4.Runtime.Tree.ITerminalNode
Public Function STRUCTURE_NAME (i As Integer) As ITerminalNode
Parâmetros
- i
- Int32
Retornos
Antlr4.Runtime.Tree.ITerminalNode