Freigeben über


StrInterpNode Class

Definition

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
StrInterpNode

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)

Applies to