StrInterpNode Class
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.
String interpolation parse node. A variadic node where each child represents a single element of the interpolation.
Example:
$"Hello {name}!"
public sealed class StrInterpNode : Microsoft.PowerFx.Syntax.VariadicBase
type StrInterpNode = class
inherit VariadicBase
Public NotInheritable Class StrInterpNode
Inherits VariadicBase
- Inheritance
Properties
| ChildNodes |
The list of child nodes. (Inherited from VariadicBase) |
| Count | (Inherited from VariadicBase) |
| Kind |
Kind of the parse node. |
| Parent |
Parent TexlNode in the AST structure (if any). (Inherited from TexlNode) |
Methods
| Accept(TexlVisitor) |
Accept a visitor TexlVisitor. |
| Accept<TResult,TContext>(TexlFunctionalVisitor<TResult,TContext>, TContext) |
Accept a functional visitor TexlFunctionalVisitor<TResult,TContext>. |
| AcceptChildren(TexlVisitor) | (Inherited from VariadicBase) |
| GetCompleteSpan() | System.Object.GetCompleteSpan |
| GetSourceBasedSpan() | (Inherited from TexlNode) |
| GetTextSpan() | System.Object.GetTextSpan |
| ToString() | (Inherited from TexlNode) |