LGTemplateParser.StructuredTemplateBodyContext.structuredBodyContentLine Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
| structuredBodyContentLine() | |
| structuredBodyContentLine(Int32) |
structuredBodyContentLine()
public LGTemplateParser.StructuredBodyContentLineContext[] structuredBodyContentLine ();
member this.structuredBodyContentLine : unit -> LGTemplateParser.StructuredBodyContentLineContext[]
Public Function structuredBodyContentLine () As LGTemplateParser.StructuredBodyContentLineContext()
Returns
Applies to
structuredBodyContentLine(Int32)
public LGTemplateParser.StructuredBodyContentLineContext structuredBodyContentLine (int i);
member this.structuredBodyContentLine : int -> LGTemplateParser.StructuredBodyContentLineContext
Public Function structuredBodyContentLine (i As Integer) As LGTemplateParser.StructuredBodyContentLineContext
Parameters
- i
- Int32